当前位置: 代码迷 >> ASP.NET >> RadioButtonList和FCKeditor放到UpdatePanel中刷新有关问题
  详细解决方案

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

热度:6933   发布时间:2013-02-25 00:00:00.0
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不刷新?


------解决方案--------------------------------------------------------
触发事件呢?
  相关解决方案