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 work flow gen? how can it will work with .Net?
What can we do with asp.net?
What is session start?
explain code with datachaching with example
What do you mean by caching in asp.net?
What kind of data can be stored in viewstate?
Which .NET framework supports Web API?
What is the adavantage of using ASP.NET routing?
Explain asp.net application life cycle?
Explain asp.net web forms.
How dataadapter.fill works?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
What is the difference between page.registerclientscriptblock and page.registerstartupscript?
What kind of programming language is ASP.NET?
What is IPostBack? How to use it?