Jerry的专栏

QQ: 26010284 MSN: cuijian1900@hotmail.com

原创 asp.net中三种事件驱动方式收藏

新一篇: oracle //sql server中的连接,以后用这种方法  | 旧一篇: label可以写html代码。

ASP.NET supports three major groups of events. The first comprises HTML events that are
executed on the browser. The second group includes the ASP.NET page-level events that allow?? you to automatically run code at certain stages while the page loads. A particularly important? page-level event is a postback, which is triggered whenever a page is resubmitted to the server after? the user clicks on a submit button. Lastly, you have a group of ASP.NET server control events that? allow you to react to the user clicking on or typing into controls on the Web page.? The great range of events available in ASP.NET improves the user experience, reduces the amount? of code you write, and makes the resulting code much easier to maintain.

? The definition of an event
? ASP.NET page events
? ASP.NET Web control events
? Event-driven programming

发表于 @ 2004年08月20日 14:59:00|评论(loading...)|编辑

新一篇: oracle //sql server中的连接,以后用这种方法  | 旧一篇: label可以写html代码。

评论:没有评论。

发表评论  


当前用户设置只有注册用户才能发表评论。如果你没有登录,请点击登录
Csdn Blog version 3.1a
Copyright © ppoo