How to Insert a TextBox value in to Sql database using C#
coding?
Answer Posted / ghanshyam verma
c# question in type
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Can we have 2 web config files?
What is the difference between GridView and Repeater controls in ASP.NET?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What are Master Pages in ASP.NET?
What’s the catch?
What is the exact purpose of http handlers?
What is viewstate parameter?
What is difference between view and partial view?
What are validators and list some validators of asp.net?
What is meant by server side scripting?
Differences between “dataset” and “datareader”.
What is cross page posting in asp net?
What is viewstategenerator?
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 = "
Explain what is postback in asp. Net?