Connection Pooling in ADO.Net
Connection Pooling in ADO.Net

Creating a database connection is somewhat time-consuming because it involves the overhead of network-level handshaking and security credentialing for each new connection request.

DataPager Control in ASP.Net
DataPager Control in ASP.Net

DataPager control can be associated with the data-bound control by using the PagedControlID property. Alternatively, by putting the DataPager control

ListView Control in ASP.Net
ListView Control in ASP.Net

The ASP.NET ListView control enables you to bind to data items that are returned from a data source and display them. You can display data in pages. You can display items individually, or you can group them.

SiteMapDataSource Control in ASP.Net
SiteMapDataSource Control in ASP.Net

The SiteMapDataSource control enables you to sit navigation data on your pages. The SiteMapDataSource control is used as a data source to place a site website.

XmlDataSource Control in ASP.Net
XmlDataSource Control in ASP.Net

XmlDataSource is usually used to display read only XML data. aspXmlDataSource ID="XmlDataSource1" runat="server" aspXmlDataSourceImportant properti

ObjectDataSource in ASP.Net
ObjectDataSource in ASP.Net

ObjectDataSource belongs to the family of data source controls in ASP.NET, which enables a declarative databinding model against a variety of underlying data stores, such as SQL databases or XML.

SqlDataSource in ASP.Net
SqlDataSource in ASP.Net

SqlDataSource is intended to replace the ADO.NET code you would normally write in a page to create a connection and command to query a database. Becau

Repeater Control in ASP.Net
Repeater Control in ASP.Net

The Repeater control is used to display a repeated list of items that are bound to the control. The Repeater control allows you to create templates t

FormView Control in ASP.Net
FormView Control in ASP.Net

The FormView control is used to display a single record from a data source. It is similar to the DetailsView control, except it displays user-defined templates instead of row fields.

DetailsView Control in ASP.Net
DetailsView Control in ASP.Net

The DetailsView control displays a single record from a data source, where each data row represents a field in the record. The DetailsView control gi