which one is faster execute reader, scalar, execute non
query ?
Answer Posted / ashish
execute reader
| Is This Answer Correct ? | 39 Yes | 7 No |
Post New Answer View All Answers
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 = "
while developing webservices if i want some users to use my webservice only how can i give security to my webservice?
Write some code using interfaces, virtual methods, and an abstract class`
How do you handle server controls?
What does passport and windows authentication mean in ASP.NET?
What is the difference between ASP Session State and ASP.Net Session State?
How is session id generated?
What is the difference between server-side scripting and client-side scripting?
What is the equivalent of date() and time() in asp.net?
What is query string?
What does mvc represent in asp.net? : asp.net mvc
Explain a program using code nuggets to create a simple application? : asp.net mvc
What is an il?
What are the validation controls available in ASP.NET?
How is application management and maintenance improved in asp.net 2.0?