1. Describe page life cycle?

Answers were Sorted based on User's Feedback



1. Describe page life cycle?..

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

1. Describe page life cycle?..

Answer / pooja

1-preinit
2-init
3-pageload
4-pagerender
5page unload

Is This Answer Correct ?    1 Yes 0 No

1. Describe page life cycle?..

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

Post New Answer

More C Sharp Interview Questions

What does return do in unity?

0 Answers  


Why is ienumerable used?

0 Answers  


What is HashTable, what is the use of it, when do we use (purpose).

2 Answers  


How do I stop my console from closing in c#?

0 Answers  


Code to run exe like mspaint,autocad etc in asp.net.

2 Answers  






What are the Types of assemblies that can be created in dotnet

0 Answers  


Can an abstract class have a constructor c#?

0 Answers  


public void A() { int x; x = 8; x *= 4 + 8 / 2; } Given the above code, what is the value of "x"?

8 Answers  


Explain the Different types of configuration files in .net?

0 Answers  


Explain the serialization in .net

0 Answers  


What are the types of inheritance in c#?

0 Answers  


How do I format a string in c#?

0 Answers  


Categories