Answer Posted / pushpendra singh
The first stage in the page life cycle is initialization.
This is fired after the page's control tree has been
successfully created. All the controls that are statically
declared in the .aspx file will be initialized with the
default values. Controls can use this event to initialize
some of the settings that can be used throughout the
lifetime of the incoming web request.
Check this Link for detail
http://www.mindstick.com/Blog/48/ASP%20NET%20Page%20Life%
20Cycle
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
is gateway for sms continue connected for sending sms.how?
Give an example of cookie abuse.
explain code with datachaching with example
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
How can you handle exceptions in asp.net?
What is autopostback in asp net?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is a viewbag?
What is the difference between typeof() vs gettype()?
What are session state modes in asp.net?
What is connection pooling and how to enable and disable connection pooling?
What is view state and how it works in asp net?
Define tracing.
How you can access the values from the Repeater control in ASP.NET?
Can we handle the error and redirect to some pages using web.config?