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
Write a program in C# for checking a given number is PRIME or not.
What is Implementation inheritance and interface inheritance?
Distinguish between the Debug class and Trace class with its functionality?
How do you remove white spaces from a string?
What is private class in c#?
What is base class in c#?
Why interface is required?
What are cshtml files?
Does c# support try-catch-finally blocks?
What is inner class in c#?
How Do You Convert A Value-type To A Reference-type?
What is marshalling and what are different kinds of marshalling?
What is the difference between int and int in c#?
What are collections in c#?
What are the types of attributes in c#?