摘要:一、Microsoft Internet Explorer WebControls1.TreeView 2.Toolbar(工具栏) 3.Tabstrip(标签页)二、使用ASP.NET Starter KitsThe ASP.NET Starter Kits illustrate a number of best practices for building applications using...
阅读全文
摘要:一、错误定向:Two configuration settings affect how error information is displayed:1.Custom errors mode— This setting enables or disables custom errors. When custom errors mode is enabled, errors on a page a...
阅读全文
摘要:一、Creating an ASP.NET Page Transaction--页面事务Finally, you can create a transaction at the level of an ASP.NET page. You can enroll an ASP.NET page in a transaction by adding one of the following page d...
阅读全文
摘要:在用户自定义控件中可以包括:1.静态内容2.动态内容(对于动态的内容,不能直接使用那些控件的属性。可以通过属性来暴露这些控件的属性,或者用一个hashtable来集合所有控件的相关属性而直接暴露这个hashtable.)3.自定义控件有自己的事件处理4.可以通过LoadControl(路径)来编程控制自定义控件的载入,还可以做一些向下转型为具体的control来做一些控制。有些网站通过多个用户自定...
阅读全文
摘要:When using SQL connection pooling, you can place additional options in a connection string to modify how connection pooling works. For example, you can specify the minimum and maximum size of the conn...
阅读全文