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

RadioButtonList和FCKeditor放到UpdatePanel中刷新有关问题

2012-11-10 
RadioButtonList和FCKeditor放到UpdatePanel中刷新问题页面上有两个FCKeditor,然后下面是RadioButtonList

RadioButtonList和FCKeditor放到UpdatePanel中刷新问题
页面上有两个FCKeditor,然后下面是RadioButtonList
<asp:RadioButtonList ID="RadioButtonList1" runat="server" AutoPostBack="True">
  <asp:ListItem Value="0" Selected="True">1111</asp:ListItem>
  <asp:ListItem Value="1">3333</asp:ListItem>
</asp:RadioButtonList>
当点击RadioButtonList的选项时,FCKeditor就会刷新,页面上我已经放了UpdatePanel了,但是不管用,我知道是因为那个AutoPostBack="True"的原因,除了用js的方法,有没有其它的解决办法,让FCKeditor不刷新?


[解决办法]
触发事件呢?

热点排行