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
Difference between web user control and web custom control?
What are the ways of preserving data on a Web Form in ASP.NET?
Explain the asp.net page life cycle.
How to bind all the binding controls in a page at once in ASP.NET?
Why do we need Sessions?
What is datagrid asp.net?
How asp.net mvc differs from asp.net web forms? : asp.net mvc
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
How to manage different kinds of sessions in ASP.NET?
How can we prevent browser from caching an aspx page?
What is asp.net response object?
What is a windows service?
what is a .xap file? Explain with an example.
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
What is strong-typing versus weak-typing?