Home >>
Tutorials & Examples >> Database >> Displaying Data
Displaying Data
Sorted By
name asc
|
Sort By:
|
Date
|
Most Popular
|
Name
|
Ratings
|
This sample shows how to populate a DropDownList from a Database, and then, displaying the entire record details, based on the DropDownList choice which was made. We are using the OleDb Data Provider, in this case, using the MS Access database, North |
|
It would often be useful to be able to sort by more than one column in a DataGrid. .Net has no built-in way to sort by multiple columns, but this article shows one way that some extra code can make this "multi-sorting" possible. |
|
Page and Sort Resultsets With ASP.NET
|
|
In this part, we'll look at how to implement paging using the DataGrid Web control. It is surprisingly easy! |
|
Today, we will learn how we can add the paging feature for the datalist. It should be noted that, like DataGrid, DataList does not support inbuilt paging mechanism. |
|
An article about optimization and performance testing of MS SQL Server 2000 stored procedures used for paging of large resultsets in ASP.NET |
|
Repeater and DataList controls offer a quick and flexible means of displaying data on a ASPX page. But they offer no paging functionality built in. The DataGrid control has in-built paging but it's structure is more rigid. There are several articles |
|
|