开发者

Basic question about ASP.NET mechanism

How events relationship between functions occur ?

For example:

When we click submit button how CLR or IIS determine which function has t开发者_开发问答o work ?

I know how can relate functions with events but I dont know how background mechanism work.I don't know Is there reflection or another else.


ASP.NET has the concept of the Page Life Cycle. This is an ordered sent of events which are triggered. One important interface in this mechanism is the IPostbackEventHandler interface.

Update due to comment: The automatic eventing mechanism is turned on due to the AutoEventWireup="true" in the page directive.

Grz, Kris.


Through delegates

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜