Answer Posted / kunwar pal singh
Page_Init -- Page Initialization
LoadViewState -- View State Loading
LoadPostData -- Postback data processing
Page_Load -- Page Loading
RaisePostDataChangedEvent -- PostBack Change Notification
RaisePostBackEvent -- PostBack Event Handling
Page_PreRender -- Page Pre Rendering Phase
SaveViewState -- View State Saving
Page_Render -- Page Rendering
Page_UnLoad -- Page Unloading
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What is voluum?
Is web config mandatory?
Which method is used to perform all validation at the page level?
What is the use of the tag in the web.config file?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
To get the values in two different controls to match which control you use it?
What is the asp.net mvc folder conventions? : asp.net mvc
How can u deifne the benefits and limitation of using Viewstate for state management?
What is the difference between ldap and active directory?
What is HTTPModule and HTTPcontext? What is the use of each?
What is the difference between ASP.NET Webforms and ASP.NET MVC?
Explain what is an abstract class?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is the life cycle of web page?