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
How do you identify that the page is postback?
In which situation can you not use a viewstate?
What is the difference between file-based dependency and key-based dependency?
How can we use Web API with ASP.NET Web Form?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
Explain the advantages of passport authentication.
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
In which event of the page viewstate is available?
Define xmlreader class.
How can we register exception filter from the action?
What is the good practice to implement validations in aspx page?
Explain repository pattern in asp.net mvc? : asp.net mvc
In ViewState How much lifespan items stored?
What are the versions of garbage collection?
What are the different methods of session maintenance in asp.net?