1. Describe page life cycle?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / pooja
1-preinit
2-init
3-pageload
4-pagerender
5page unload
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / tapan
1- REQUEST
2- START
3- INITIALIZATION
4- LOAD
5- VALIDATION
6- POSTBACK
7- RENDER
8- UNLOAD
Is This Answer Correct ? | 0 Yes | 0 No |
Define a class and an object?
What will be the output of the following code?
which datatype i have to use we i need dynamic size.for eg. empname .in first row it have only five chars.but next row it have 100 chars.
What is cshtml?
Are multiple data types stored in System.Array?
windows c# using datagridview in edit form sql server
Can we inherit partial class in c#?
What does mean before a string in c#?
Can a string be null c#?
What are Indexers in C#?
0 Answers SwanSoft Technologies,
What is an enumerator in c#?
Is array value type in c#?