Explain the life cycle of an ASP .NET page
Answer Posted / bhavesh chhatrala
1)Page_Init
2)Page_load
3)page_prerender
4)page_unload
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between debug.write and trace.write?
How do we sort the data from a dataset?
List the types of authentication supported by asp.net?
Should I delete cookies?
What are the differnt types of handler in ASP.NET?
Are there resources online with tips on asp to asp.net conversions?
What can you do with asp.net?
What is the default Orientation property in a Menu control?
What is the equivalent of date() and time() in asp.net?
What are Caching techniques in .NET
Explain how viewstate is being formed?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
Where you store Connection string in "Web.Config" file in ASP.NET?
Explain login control and form authentication.
Define web services in asp.net.