What methods are fired during the page load?
Answers were Sorted based on User's Feedback
Answer / srujana
? Init() - when the page is instantiated,
? Load() - when the page is loaded into server memory,
? PreRender() - the brief moment before the page is
displayed to the user as HTML,
? Unload() - when page finishes loading.
Is This Answer Correct ? | 35 Yes | 9 No |
Answer / srikanth
1)Start
2)instansiated
3)load
4)validating
5)Event handling
6)rendering start
Is This Answer Correct ? | 4 Yes | 1 No |
Answer / nikhil
The methods which are getting triggered while page load are:
1. Load viewstate
2.Load psotback datas.
Is This Answer Correct ? | 5 Yes | 3 No |
Answer / rakesh
1)Page request - determines if it needs to be raised or compiled
2) start - if it is a new request or post back
3) Page initialization -
4)Load - if postback,control properties are loaded with
values of postback
5)validation - individual controls are validated
6) Postback - event handling
7)render - saves the view state data before rendering
8) unload
Is This Answer Correct ? | 8 Yes | 7 No |
How can we apply themes to an asp.net application?
What are the new navigation controls in asp.net 2.0?
What are session state modes?
what is asp dotnet
Explain diff. Betn dataset and recordset?
On Age field how many Asp.Net validation controls will be suit?
7 Answers NTTF Nettur Technical Training Foundation, Quest,
hi i have a problem regarding to datagrid in aspdotnet.i have a datagrid in my application.i have to place add,edit,delete buttons or links what ever it may be. now the problem is if i click on add button then the page has to redirected to another form called "xyz.aspx" and if i click on edit button the page has to redirected to another form called "abc.aspx".i am phasing the problem that if where ever i click on the datagrid the cursor goes to gv1_SelectedIndexChanged event.please tell me the solution about the code.
How do you define authentication in Web.Config?
what are httphandlers and httpmodules.and their differences.
What are the different ways of processing data in ASP page in the server side (like Forms, QueryStrings etc)?
Difference between connected architecture and Dissconnected architecture?
Is It Possible For Whole Page is Saved In View State? What Is View State?
2 Answers Phoenix Technologies,