Hi , I am Basha. I am searching a job in dotnet.Plz tell me
the order of page events in asp.net 2.0> plz send faq's
related to c#.net,asp.net,sqlserver2000 etc. to my mail-id :
bashask.ss@gmail.com
Answer Posted / prabu s
Order of page event occur?
1. Page_Init
2. Page_Load
3. Control events
4. Page_Unload event
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What are the session variables?
Why viewstate is used in asp.net?
What are the authentication types 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 csrf attack in asp.net?
What is paging in context of Memory?
What are app services?
What is the difference between a multi-layer and multi-tier applications?
What is the file through which you can customize your asp.net application?
What is odata in web api?
What is caching? Explain.
What are navigation controls? How many navigation controls are there in ASP.NET 4.0?
Explain the basic functionality of garbage collector?
What is a session government?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.