Answer Posted / prathamesh sawant
1. Page_Init
2. LoadViewState
3. LoadPostData
4. Page_Load
5. RaisePostDataChangedEvent
6. RaisePostBackEvent
7. Page_PreRender
8. SaveViewState
9. Page_Render
10. Page_UnLoad
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
In .NET how can you solve the DLL Hell problem?
what is the difference between convert.tostring() and tostring() functions ?
What is the difference between “dispose” and “finalize” variables in c#?
What are async and await?
How does the lifecycle of Windows services differ from Standard EXE?
Why do we write system in c#?
How can I use .NET components from COM programs?
What is expression c#?
explain the three services model commonly know as a three-tier application.
What is gac? How to put assembly in gac?
What is an inheritance ?Give an example in which inheritance is used?
What is private readonly in c#?
What are delegates in C#?
What is a protected class in c#?
What is a event in c#?