when the user control event occur in ASp page life cycle?
Answer Posted / vivek
after the parent page_Load
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Describe the events in the life cycle of a web application.
What is a page life cycle? What are the events in a page life cycle?
What is the use of autowireup in asp.net?
Explain how cookies work. Give an example of cookie abuse.
What is the use of placeholder control?
Can you change a master page dynamically at runtime? How?
What is the parent class of all the web server control?
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 are the properties of the eventargs argument when capturing keyboard events?
What methods are fired during the page load? Init()
Can master pages be nested?
Explain significance of routing? : asp.net mvc
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
Can you explain one critical mapping? Performance issue which one is better? Whether connected lookup tranformation or unconnected one?
Explain how asp.net page works?