随笔分类 - ASP.NET2.0&3.5
摘要:ASP.NET 2.0新增了大量功能,开发人员使用它可以更快地开发出功能丰富的网站。本书旨在阐述这些新功能的工作原理,引导读者深入了解Web应用程序的各个部分是如何协同工作的,让开发水平更上一层楼。. 本书讨论了ASP.NET 2.0采用的网页开发架构、确保网站界面一致的技术、简化数据库访问的技术、确保网站安全和提供用户定制功能的技术以及诊断故障和提高性能的技术,涵盖了代码隐藏模型、网页生命周期...
阅读全文
摘要:General page life-cycle stages Stage Description Page request The page reques...
阅读全文
摘要:an HTML element should be parsed and treated as a server control by adding a runat="server" attribute. http://www.asp101.com/lessons/htmlcontrols.asp http://msdn2.microsoft.com/en-us/library/620...
阅读全文
摘要:http://www.cs.tut.fi/~jkorpela/forms/methods.html
阅读全文
摘要:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 ““ Then %> 30 31通过get方法传递来的字符串是: ““ 32 33 34 35 36 37 ““ Then %> 38 39通过Post方法传递来的字符串是: ““ 40...
阅读全文
摘要:The QueryString collection is used to retrieve the variable values in the HTTP query string. web1.asp 1 2 3 Untitled Page 4 5 6 7 8 Link ...
阅读全文
摘要:http://www.w3schools.com/asp/default.asp
阅读全文
摘要:ISAPI(Internet Server Application Programming Interface)作为一种可用来替代CGI的方法,是由微软和Process软件公司联合提出的Web服务器上的API标准。ISAPI与Web服务器结合紧密,功能强大,能够获得大量的信息,因此利用ISAPI可以开发出灵活高效的Web服务器增强程序。由于ISAPI程序与Web服务器的关系,使得ISAPI接口在安...
阅读全文
摘要:http://www.c-sharpcorner.com/UploadFile/paulabraham/Building3TierAppPA11282005053625AM/Building3TierAppPA.aspx
阅读全文
摘要:软件中分离模型、视图和控制器角色的好处 单个Web页面 http://www.microsoft.com/china/MSDN/library/architecture/patterns/esp/ImpMVCinASP.mspx?mfr=true Web page
阅读全文
摘要:http://www.microsoft.com/china/msdn/library/webservices/asp.net/URLRewriting.mspx?mfr=true
阅读全文
摘要:首先实现IHttphandler接口 1using System; 2using System.Data; 3using System.Configuration; 4using System.Web; 5using System.Web.Security; 6using System.Web.UI; 7using S...
阅读全文
摘要:Adaptive Path公司的Jesse James Garrett这样定义Ajax: Ajax不是一种技术。实际上,它由几种蓬勃发展的技术以新的强大方式组合而成。Ajax包含: 基于XHTML和CSS标准的表示; 使用Document Object Model进行动态显示和交互; 使用XMLHttpRequest与服务器进行异步通信; 使用JavaScri...
阅读全文
摘要:Application object Session object Cookie Viewstate
阅读全文
摘要:Html control 1 2 3 Untitled Page 4 5 6 7 8 9 10 11 12 13
阅读全文
摘要:Default1.aspx Default2.aspx protected void Page_Load(object sender, EventArgs e) { if (Page.Previo...
阅读全文
摘要:Skin idSelect master page
阅读全文

浙公网安备 33010602011771号