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
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What is state management react?
Which object wraps the state or data of a user?
Explain Session state management options in ASP.NET.
what are the web form events available in asp.net?
How asynchronous call can be implemented using delegates?
What is ascx?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.
Whta are the Various steps taken to optimize a web based application (caching, stored procedure etc.) ?
What are the benefits of view state?
What is special types forms
What do you mean by serialize and marshalbyref?
How to prevent client side validation from the ASP.NET validation controls?
How does asp net store session ids by default?
Explain advantages of caching?