Can you explain how ASP.NET application life cycle and page life cycle events fire?
Answer / Sundaram Rathour
{"App_Start": The application starts when the first user request is received.n"Application_OnStart": An event raised during application startup and shutdown that allows performing tasks at the application level.n"Session_Start": Raised each time a new session is started for a user.n"Application_End": An event raised when the ASP.NET application is about to shut down.nnThe page life cycle events are:n"Page_Init": Initiated at the start of the page request process.n"Page_Load": Occurs every time the page is requested, either as a new request or a postback from an earlier request.n"Page_PreRender": Called just before rendering occurs for the control tree.n"Page_Unload": The final event fired in the page life cycle when the page is being released from memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
what does Page.IsValid in asp.net
6 Answers Infosys, Net Solution,
What are ASP.NET Web Forms? How is this technology different than what is available though ASP (1.0-3.0)?
What is the difference between a cookie and a pixel?
which one is faster execute reader, scalar, execute non query ?
Explain what is event bubbling?
Can you set the session out time manually?
What is the use of mcommand ? mcommand.fill(ds,"orderdetails");
How do you declare static variable? What is its lifetime?
What is the concept of postback in asp.net?
can i inherit one web applications into another web applications in asp.net?
What are the events in a page life cycle?
What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)