category

home / developersection / category

Link Builder
ado.net 28-Dec-2018
Link Builder

Link BUilderder

Connection Pooling in ADO.Net
ado.net 16-Nov-2011
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
ado.net 08-Nov-2010
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
ado.net 08-Nov-2010
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
ado.net 04-Nov-2010
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
ado.net 04-Nov-2010
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
ado.net 04-Nov-2010
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
ado.net 02-Nov-2010
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
ado.net 02-Nov-2010
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
ado.net 01-Nov-2010
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
ado.net 30-Oct-2010
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

DataList Control in ASP.Net
ado.net 30-Oct-2010
DataList Control in ASP.Net

The DataList control is used to display a repeated list of items that are bound to the control. However, the DataList control adds a table around the data items by default.