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
Is data edited in the Repeater control?
What is .net framework and what are the main components of it?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What symbol would you use to denote, the start of a code block in aspx views?
What does mean by a neutral culture?
What is viewstate in asp net with example?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What are the session management techniques asp net?
What does asp.net stand for?
How to you can limit Access to Web API to Specific HTTP Verb?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What is voluum?
What is the use of express session?
What is gridview in asp.net?
What do you mean by View State and what is its role?