Hi !

anyone tell me the link or explain abt ASP.NET Page Life Cycle.

thanks in advance.:-|

Recommended Answers

All 5 Replies

Hi !

anyone tell me the link or explain abt ASP.NET Page Life Cycle.

thanks in advance.:-|

Here you are: ASP.Net Web Page Processing

Hope this helps :)

Hi Paladine!

Its really worth. Thanks a lot!

Kombaraj.

Here you are: ASP.Net Web Page Processing

That's actually not the life cycle, that's the asp .net pipeline.

Here you are: ASP.Net Web Page Processing

That's actually not the life cycle, that's the asp .net pipeline.

Hi Red,

You are right. It is HTTP request processing pipeline explains how the request is manipulated by different objects.

But Page Event Life Cycle contains all the events and methods that executed at the page level when the request comes to the Page object.

Please go through the follwong link, if u want to know about Page Life cycle.
http://www.aspfree.com/c/a/ASP.NET/ASP.NET-Life-Cycle-and-Best-Practices/2/

Thanks,
Kedar

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.