Explain advantages of caching?
What is form submit?
Why session is used in asp.net?
What does occur first in ASP.Net, Authentication or Authorization?
What are main return types supported in Web API?
What is inheritance and an how it be used, example with an example?
Why would a company use an application service provider?
What is the purpose of session management?
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 rending process in ASP.NET?
What are custom controls?
Difference between web user control and web custom control?
How Session outproc in Sqlserver stored?
How do http sessions work?
How can you register a custom server control to a web page?