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
How will you get the different language strings?
in object oriented programming, how would you describe encapsulation?
Why to use “finally” block in c#?
Can var be null c#?
Can you inherit multiple classes in c#?
How long has c# been around?
What is jit (just in time)?
Can a class or a struct have multiple constructors?
What is a decimal in c#?
What is the difference between list and arraylist c#?
Is namespace necessary in c#?
What is a custom attribute?
What is xamarin used for?
What is public, private, protected, internal and internal protected?
Can properties be static in c#?