What is connection pooling and how to enable and disable connection pooling?
Can we have multiple master pages in asp net?
What is cookie less session? How it works?
diffrance between stored procedure & function in sql server?
Which of the following .NET framework supports Web API?
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 .
What is .net framework and what are the main components of it?
What is the concept of postback in asp.net?
What is advantage and disadvantage of viewstate
Hi! Could any 1 please suggest me a free practice online exam for asp.net exams.. thanks
How do you use css in asp.net?
Explain autherization levels in .net ?
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.