2010年4月10日
摘要: Category: ASP.Net 2.0 在asp.net 3.5下需要做一些小的修改When I have helped people with extending the GridView control shipped with ASP.Net 2.0. I got the idea to write this post.Some questions that I have seen are about how to extend the GridView control, such as setting the background color of the row when the 阅读全文
posted @ 2010-04-10 21:13 mzwang123 阅读(281) 评论(0) 推荐(0)
摘要: IntroductionIn this article, we will take a closer look at how ASP.NET pages post back to themselves, and how to customize this feature in our web applications.function __doPostBack(eventTarget, event... 阅读全文
posted @ 2010-04-10 19:56 mzwang123 阅读(707) 评论(2) 推荐(0)
摘要: IntroductionIn this article, we will take a closer look at how ASP.NET pages post back to themselves, and how to customize this feature in our web applications.function __doPostBack(eventTarget, event... 阅读全文
posted @ 2010-04-10 19:39 mzwang123 阅读(163) 评论(0) 推荐(0)