Can we use the java script code in .Net Code behind?
Post New Answer View All Answers
Is there any limit for query string? Means what is the maximum size?
Disable Mouse right click on web page in asp.net?
What is the difference between the asp and asp.net?
Where you store Connection string in "Web.Config" file in ASP.NET?
What is the difference between login controls and forms authentication?
What is the difference between custom web user control and a custom web server control?
What is the life-span of the items in the viewstate?
What is the difference between rest and restful?
What is difference between session and viewstate?
What is web api and why to use it?
In Code-Behind class which kind of code (server or client) is found ?
What are the modes of updation in an updatepanel?
Explain Authentication mechanism in dotnet
How do you sign out from forms authentication?
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 = "