2007年1月16日

ASP .NET Maintaining the ViewState

摘要: in your Web Form. Maintaining//维持 the ViewState//? When a form is submitted in classic ASP, all form values are cleared. Suppose you have submitted a form with a lot of information and the server com... 阅读全文

posted @ 2007-01-16 11:21 改变热爱 阅读(207) 评论(0) 推荐(0)

ASP.NET Web Forms

摘要: All server controls must appear within a tag, and the tag must contain the runat="server" attribute. ASP.NET Web Forms All server controls must appear within a tag, and the tag must contain the r... 阅读全文

posted @ 2007-01-16 10:42 改变热爱 阅读(202) 评论(0) 推荐(0)

ASP.NET - Events

摘要: An Event Handler//事件处理器 is a subroutine//子程序 that executes code for a given//给定的 event. ASP.NET - Event Handlers Look at the following code: ... 阅读全文

posted @ 2007-01-16 10:18 改变热爱 阅读(230) 评论(0) 推荐(0)

导航