where should write the connection string Show that it will
apply whole pages in the website
Answer Posted / navin.cp
You can also pass a connection string in web.config file as:-
<appSettings>
<add key="ConStrName" value="your_ConStrValue"/>
</appSettings>
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can you display all validation messages in one control?
What is the parent class of all the web server control?
List of words of preprocessor in .net?
Explain the use of errorprovider control in .net?
How you can add an event handler?
What are sql notifications and sql invalidations?
Which platform does Microsoft .NET use for exchanging data between applications?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Why session management is required?
What are user controls?
What is semantic gap?
Differentiate between authentication and authorization.
how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool
Can you explain one critical mapping? Performance issue which one is better?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?