page life cycle of asp.net.

Answers were Sorted based on User's Feedback



page life cycle of asp.net...

Answer / aparna

page initialization
load the view state
load pastback values
page load
page pre-render
page render
save view-state values
page unload

Is This Answer Correct ?    4 Yes 1 No

page life cycle of asp.net...

Answer / gv

Page Init
Load
Unload
Dispose

Is This Answer Correct ?    2 Yes 1 No

page life cycle of asp.net...

Answer / rk

PreInit
Init
Preload
load
Prerender
Savestate
Render
Dispose

Is This Answer Correct ?    1 Yes 0 No

page life cycle of asp.net...

Answer / sharifuddin

Init
Load
Pre-render
Render
Unload
Dispose

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What is reflection and disadvantages of reflection?

6 Answers   Microsoft,


main difference between asp.net2.0,asp.net1.1,asp.net1.0

15 Answers   Inflexion, Infosys, iSoft, Microsoft, Prakruthi,


Why do we need Web Services?

1 Answers   Mind Tree,


If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?

0 Answers  


Name two properties common in every validation control?

1 Answers  


Explain what a diffgram is, and a good use for one?

1 Answers   FT,


What is difference between ispostback and autopostback in asp net?

0 Answers  


You need to retrieve data from a Microsoft SQL Server 2000. Currently you are using an oleDbConnection object to connect to the database server. You need to be able to retrieve the data from the database server in XML format. Which approach would be the most efficient? Select all that apply. Each answer constitutes part of the whole answer. a) Change to the SQL .NET provider. b) Use the ExecuteXmlReader() method of the xxxCommand object c) Use the DOM to create the XML document. d) Use the XmlDocument.Load() method to create the XML Document.

1 Answers   Syntax Softtech,


What tags do you need to add within the asp:datagrid tags to bind columns manually

2 Answers  


What is the difference between session and viewstate?

0 Answers  


What does mvc represent in asp.net? : asp.net mvc

0 Answers  


In a page there is dropdown list with the name of the cities like Bangalore,Pune,Chennai,Other and a text box that would enable the user to enter the name of the city if other is selected. How to enable validation on the text box if other is selected

8 Answers   Proteans,


Categories