Home >>
Tutorials & Examples >> Database >> Displaying Data
Displaying Data
Sorted By
name desc
|
Sort By:
|
Date
|
Most Popular
|
Name
|
Ratings
|
This source code is very useful for all web developers who wants to divide their database results into pages. You can easily modify source code to use in your applications. Script can display numbers of total pages and a Next/Previous link. Script us |
|
I have special common C# class which implements navigation bar. It should be initialized with some parameters (PagesOnPage,PageSize, etc - refer to code), and then it builds special XML, which describes navigation bar. |
|
Anybody in the DB world knows what paging database results is and its effect. From the time I had started getting into good old classic ASP, I was intrigued with the ability to divide large sets of data into sections of x records per page. |
|
Few months back I wrote article on how to create DataGrid programatically. The article explained how to created a DataGrid with bound columns on the fly. Many readers asked whether we can do similar thing with templated columns. This two part article |
|
The new .Net server model in Dreamweaver MX lets you leverage the power of the .Net framework in a visual environment. Anyone that is familiar with Ultradev's Recordset server behavior will feel very comfortable moving to .Net's DataSet. Even if yo |
|
Effectively showing data so it doesn't confuse the end user is a main objective in developing almost all Web data presentation applications. Showing 20 records on one page is bearable but showing 10,000 certainly can be confusing. Splitting the data |
|
How to format ASP.Net datagrid columns by handling ItemDataBound event at run time. |
|
|