Answer Posted / anand
System.Data
| Is This Answer Correct ? | 0 Yes | 13 No |
Post New Answer View All Answers
How can we register exception filter globally?
Differentiate strong typing and weak typing
What is the difference between abstract class vs interface? Can give me the real time examples?
Define page output caching?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
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 globalization and localization in asp net?
What is session and application variable in asp net?
How does asp net store session ids by default?
What is the difference between session object and application object?
How to prevent client side validation from the ASP.NET validation controls?
What is event in asp.net?
Out of ASP or ASP.NET which one is stateless?
Describe how passport authentication works.
What is application and session in asp.net?