日期:2014-05-16 浏览次数:20571 次
<asp:TextBox ID="txtContent" runat="server" ></asp:TextBox>
<iframe id="f1" src='WebEditor/eWebEditor2.htm?id=txtContent' frameborder='0' scrolling='no' style=" width:100%; height:200px"></iframe>
foreach (GridViewRow dr in GridView4.Rows) {
string str1 = ((TextBox)dr.FindControl("txtContent")).Text;
}