Answer Posted / alb.shah
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 ? | 13 Yes | 2 No |
Post New Answer View All Answers
Explain client-side scripting?
how to retrieve property settings from xml .config file.
Define cookie.
What is a url string?
What is the asp.net mvc folder conventions? : asp.net mvc
Is asp.net a language?
Can we use a static function with a non-static variable?
Explain http handlers? Where we can use the http handlers?
Is asp.net different from asp? If yes, explain how?
Can I have a unique key as foreign key?
Which method is used to perform all validation at the page level?
Explain server control extensibility with reference to asp.net 2.0 ?
What is the request flow used for asp.net mvc framework? : asp.net mvc
How many types of validators are there in asp net?
Explain cookies with example.