摘要:
http://www.codeproject.com/KB/miscctrl/tips.aspx 阅读全文
摘要:
Here are listed some of the existing companion tools for .NET development. Although quite comprehensive, this list is not exhaustive. You can submit new tools or report a dead link by dropping me a li... 阅读全文
摘要:
一,初始化对象 一个页面的控件(以及页面本身)正确的初始化.可以通过OnInit来重载初始化事件. 二,导入Viewstate数据 初始化事件后,所有控件只可以通过ID被引用访问(还没有相应的DOM可使用),在LoadViewState事件中,所有控件获得第一个属性:Viewstate.这个属性最终将被返回给服务器以... 阅读全文