What is connection pooling and how to enable and disable connection pooling?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

Can we have multiple master pages in asp net?

0 Answers  


What is cookie less session? How it works?

2 Answers   TCS,


diffrance between stored procedure & function in sql server?

2 Answers  


Which of the following .NET framework supports Web API?

0 Answers  


One application have three forms for registration .submit button is at third form.after filling three forms only u have to click submit button.After clicking the submit button all the values in first,second& third form saved on sql server.how to handle this situation .

6 Answers   TCS,


What is .net framework and what are the main components of it?

0 Answers  


What is the concept of postback in asp.net?

0 Answers  


What is advantage and disadvantage of viewstate

3 Answers  


Hi! Could any 1 please suggest me a free practice online exam for asp.net exams.. thanks

1 Answers  


How do you use css in asp.net?

8 Answers   iBridge,


Explain autherization levels in .net ?

2 Answers  


What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.

2 Answers   Syntax Softtech,


Categories