HTML:<td>
  <asp:TextBox id="txtContent" TextMode="MultiLine" Width="100%" style="DISPLAY:none" CssClass="myInput-MoreText" AutoPostBack=False runat="server"></asp:TextBox>
  <IFRAME ID="eWebEditor" src="../ewebeditor/ewebeditor.asp?id=txtContent&amp;style=s_coolblue" frameborder="0" scrolling="no" width="100%" height="350"></IFRAME>
</td>cs:
  private void btnBack_Click(object sender, System.EventArgs e)
  {
Response.Redirect("NewsManage_Main.aspx");
  }点按钮就帮我刷新,事件里的代码根本不能执行。请问是怎么一回事?我删掉那一段HTML就行。