where should write the connection string Show that it will
apply whole pages in the website
Answer Posted / krushitha
It is a central repository from where you can retrieve it
and use it in all the pages. For example if you store the
connection string in a central place like a web.config file
you can retrieve those connection strings from the
web.config file and use it
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain about ASP.NET?
What does ascx stand for?
Whats the difference between registerclientscriptblock, registerclientscriptinclude and registerclientscriptresource?
What is cookieless session id explain in brief?
What are the page life cycle events?
Who generates session id?
What is the usage of DelegatingHandler?
What is Web API?
How can we implement a identity (sql server) call in an asp.net page?
Which protocol is used in a web api?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
How can we pass info between 2 asp.net pages?
Explain the difference between array and linkedlist?
What is rich control in asp.net?
How can you identify that the page is post back?