Answer Posted / riyaz
yes, its true
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is state management in .net?
How can we prevent browser from caching an aspx page?
Mention the namespace that is used to include .net data provider for sql server in .net code?
What is the difference between page-level caching and fragment caching?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
Differences between “dataset” and “datareader”.
What is a gridview in asp.net?
Define repository pattern in asp.net mvc? : asp.net mvc
Which methods validate all the controls on a page?
What is the difference between ldap and active directory?
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 the use of data set in asp.net?
Explain server control extensibility with reference to asp.net 2.0 ?
List the asp.net validation controls?
How many types of file extensions for razor views in ASP.Net MVC?