under which namespaces connection strings can be defined?
Answer Posted / venu
if connection string basically by using
system.data.sqlclient,orcleclient n using providers.
But if u write by using web.config file,then You have to use
system.configuration namespace to read from config file.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain what is viewstate?
What is Web API Routing?
What is an axd file?
What is odata in web api?
What is session and cookies in asp.net?
What is asp.net introduction?
Explain the code Access Security (CAS) in .net Framework?
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 = "
Which platform does Microsoft .NET use for exchanging data between applications?
What is protected configuration?
What are uri parameters?
How you can return View from ASP.NET Web API method?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What do you mean by marshalbyref?
What are the namespaces used in asp.net mvc? : asp.net mvc