Answer Posted / pooja soni
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="Connstring" value="Data
Source=.\SQLEXPRESS;Initial Catalog=POS;Integrated
Security=True" />
</appSettings>
</configuration>
| Is This Answer Correct ? | 4 Yes | 24 No |
Post New Answer View All Answers
Why would anyone need to implement their own hashtable or linked list?
Explain what are delegates?
Define view state.
What is asp.net file?
What is the difference between Classic ASP and ASP.Net?
Describe the disadvantage of cookies.
How we can force all the validation controls to run?
What are the versions of garbage collection?
Differences between “dataset” and “datareader”.
What is the difference between sealed vs static class?
How long the items in ViewState exists?
Explain what is an abstract class?
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What are the Types of state management techniques