2007年4月25日

Building a Web Application->Web Forms Syntax Reference

摘要: An ASP.NET Web Forms page is a declarative//描述性的 text file //文本文件with an .aspx file name extension//文件扩展名. In addition to static content//除了静态的内容之外, you can use eight distinct //独特的syntax markup eleme... 阅读全文

posted @ 2007-04-25 15:49 改变热爱 阅读(266) 评论(0) 推荐(0)

Building a Web Application->Sharing Code Between Pages

摘要: Although you can place code inside //在...里面each page within your site//在站点里 (using the inline or code-behind separation models described in the previous section//前一部分), there are times when you will w... 阅读全文

posted @ 2007-04-25 15:48 改变热爱 阅读(325) 评论(0) 推荐(0)

Building a Web Application->Code Behind vs. Code Inline

摘要: ASP.NET provides two ways //两种方式,两种途径that you can organize code //组织代码within your pages. Inline Code Separation//在线的代码分离 The example below demonstrates //举例说明a simple ASP.NET page with three server c... 阅读全文

posted @ 2007-04-25 15:18 改变热爱 阅读(318) 评论(0) 推荐(0)

Building a Web Application->Working with Server Controls

摘要: ASP.NET server controls //服务器端控件are identified //识别within a page using declarative tags//声明的标签 that contain a runat="server" attribute. The following example declares//声明,陈述,展示 three server controls ... 阅读全文

posted @ 2007-04-25 15:11 改变热爱 阅读(269) 评论(0) 推荐(0)

Building a Web Application->Introduction to ASP.NET Pages

摘要: The ASP.NET Web Forms page framework is a scalable //可攀登的,可以称称的common language runtime//通用语言运行时 programming model that can be used on the server//服务器 to dynamically generate Web pages. Intended as a l... 阅读全文

posted @ 2007-04-25 11:09 改变热爱 阅读(327) 评论(0) 推荐(0)

导航