page life cycle of asp.net.
Answers were Sorted based on User's Feedback
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 |
Answer / rk
PreInit
Init
Preload
load
Prerender
Savestate
Render
Dispose
Is This Answer Correct ? | 1 Yes | 0 No |
What is reflection and disadvantages of reflection?
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?
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?
Name two properties common in every validation control?
Explain what a diffgram is, and a good use for one?
What is difference between ispostback and autopostback in asp net?
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.
What tags do you need to add within the asp:datagrid tags to bind columns manually
What is the difference between session and viewstate?
What does mvc represent in asp.net? : asp.net mvc
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