欢迎来到天天文库
浏览记录
ID:24232245
大小:50.50 KB
页数:3页
时间:2018-11-13
《asp.net 2.0服务器控件与form runat=server标记--》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、ASP.NET2.0服务器控件与formrunat=server标记>>《ASP.2.0应用程序开发》一书中,第19页、第1.5.6小节的内容是关于ASP.2.0服务器控件语法的描述,由于书中只是简单地进行了介绍,现将更多的内容补充说明如下:1,ASP.2.0服务器控件与<formrunat=server></form>的关系ASP.2.0服务器控件(HTML服务器控件和L1.0Transitional//EN"".l1/DTD/xhtml1-transitional.dtd"><scriptrunat="server"></script><htmlxmlns=
2、".l"><headrunat="server"><title>VerifyRenderingInServerForm</title></head><body><asp:TextBoxID="TextBox1"runat="server"></asp:TextBox><formid="form1"runat="server"></form></body></html>在浏览这样的页面时,将会引发异常:类型“TextBox”的控件“TextBox1”必须放在具有runat=server的窗体标记内。说明:执行当前L1.0Tran
3、sitional//EN"".l1/DTD/xhtml1-transitional.dtd"><scriptrunat="server">publicoverridevoidVerifyRenderingInServerForm(Controlcontrol){}</script><htmlxmlns=".l"><headrunat="server"><title>VerifyRenderingInServerForm</title></head><body><asp:TextBoxID="TextBox1"runat="server">
4、</asp:TextBox><formid="form1"runat="server"></form></body></html>浏览这样的页面就不会产生异常。97312348:>>>>这篇文章来自..,。
此文档下载收益归作者所有