Answer Posted / r.rajesh
Application Object,Session Object,View Object
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between Web Garden and Web Farm?
Which object is used to encapsulate the state of the client and the browser in ASP.NET?
What is the use of data set in asp.net?
Where can I get information on cookies in asp.net?
What is the difference between server-side scripting and client-side scripting?
What is the difference between response.redirect and server.transfer?
What's the difference between viewstate and sessionstate?
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 = "
Is asp.net a programming language?
What kind of data we can store in viewstate?
How does windows service lifecycle differ from a .standard. Exe?
What is server infrastructure?
What are html helpers in asp.net?
What is the difference between Hash table and Array list?
What is the default Orientation property in a Menu control?