Click here to Skip to main content
15,885,885 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
Can someone give me some idea on what is ASP.NET applications event model?

Thanks
Amit
Posted

I googled with the keyword in your question "ASP.NET applications event model" and following was the first link I got. There are other useful links too.

http://msdn.microsoft.com/en-us/library/y3bwdsh3.aspx[^]

Google is not bad, believe me :)
 
Share this answer
 
I Don't think Asp.Net Event model is any different then regular .NET event driven model used for WinForms.
You have a request pipeline that goes through several phases (discussed in the article you read), during the request process you can register to several events (post load, pre load, post init, pre this, post that, etc...) and thus change, override or just monitor the page request pipeline.
 
Share this answer
 
v2
Comments
amistry_petlad 17-Aug-10 15:39pm    
Reason for my vote of 2
I satisfy partially
I already read that ... I need something more who has his knowledge based and can share his practical implementation here.

Thanks
Amit
 
Share this answer
 
Comments
Yusuf 17-Aug-10 14:31pm    
How about this: If you already read that, you implement it and share your finding with the rest.
Sandeep Mewara 17-Aug-10 14:48pm    
Reason for my vote of 1
Not an answer. Should be a comment to an answer or update to question.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900