首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > asp.net >

如何在AJAX.net UpDatePanel中取FCKeditor的值

2012-01-12 
怎么在AJAX.net UpDatePanel中取FCKeditor的值怎么在AJAX.net UpDatePanel中取FCKeditor的值.前台HTML cod

怎么在AJAX.net UpDatePanel中取FCKeditor的值
怎么在AJAX.net UpDatePanel中取FCKeditor的值.
前台

HTML code
 <FCKeditorV2:FCKeditor ID="content" runat="server" Height="260px" Width="100%" BasePath="../fckeditor/"></FCKeditorV2:FCKeditor>


[解决办法]
探讨
Request.Form[the name of fckeditoryV2]

热点排行