Home / DeveloperSection / Tag
You haven’t finished your post yet. Are you sure you want to leave and discard your draft?
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 can be associated with the data-bound control by using the PagedControlID property. Alternatively, by putting the DataPager control
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.
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 is usually used to display read only XML data. aspXmlDataSource ID="XmlDataSource1" runat="server" aspXmlDataSourceImportant properti
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 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
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
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.
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