Answer Posted / kinkar nag
1. PreInit
2. Init
3. InitComplete
4. PreLoad
5. Load
6. Load Complete
7. PreRender
8. SaveStateComplete
9. Render
10.Unload
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
List down the sequence of methods called during the page load.
About CLR, reflection and assemblies?
What is application session?
WSDL means?
Please briefly explain the usage of global.asax?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Describe the method to create a permanent cookie?
What are the new features implemented in ASP.NET?
Hi this is the coding for adding data in to an xml table
i want the coding for update and delete
Try
Dim emp_xml_doc As New XmlDocument
If
System.IO.File.Exists(Server.MapPath("emp.xml")) Then
emp_xml_doc.Load(Server.MapPath("emp.xml"))
Dim myrow_element As XmlElement
myrow_element =
emp_xml_doc.CreateElement("EmpDetails")
Dim str As String
str = "
What is a windows service?
What is a multilingual website?
Briefly describe the role of global.asax?
What are web beacons used for?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
Is data edited in the Repeater control?