| A Practical Guide to .NET DataTables, DataSets and DataGrids - Part 4 |
| The Code Project |
| The purpose of this document is to provide a practical guide to using Microsoft’s .NET DataTables, DataSets and DataGrid |
|
| Advanced DataGridding: Paging, Sorting, Showing Grid Statistics and Hiding Redundant Controls |
| DotNetJunkies |
| This article takes a look at how to solve some of the most common problems developers encounter when trying to work with the DataGrid. These include DataGrid paging, sorting by columns, showing statistics about result, hiding the pager button and hiding the DataGrid itself when there are no results to display. This article walks you through a solution. |
|
| Ask the DotNetJunkies: DataList Paging |
| DotNetJunkies |
| Could you teach me how to use paging to "DataList" web control like "DataGrid",just
like [ASP.NET News] or [ASP.NET Tutorials] on your site? I hope you can help
me with this question or kindly send source code (news.aspx) to me. Thank you
very much!! A Rookie in ASP.NET. |
|
| ASP.NET DataGrid Column Sorting |
| DotNetJunkies |
| In last two week's I have shown you how to implement both built-in and custom paging functionality using the ASP.NET DataGrid server control. This week I will show you how to implement column sorting using the DataGrid. |
|
| ASP.NET DataGrid Paging - Custom Paging w/ Caching & Numeric Links |
| DotNetJunkies |
| This tutorial is a variation on Doug Seven's article (ASP.NET DataGrid Paging Part 2 : Custom Paging) . You should read this article first to understand the code and concepts involved in my modification. While my implementation is specific to my particular needs, hopefully you can see how to apply this concept to many different types of result sets. |
|
| ASP.NET DataGrid Paging Part 1 - Built-In Paging |
| DotNetJunkies |
| In this article Doug Seven introduces you to paging data with the DataGrid using the built-in paging capabilities. This article uses Visual Basic .NET and SQL Server 2000. |
|
| ASP.NET DataGrid Paging Part 2 - Custom Paging |
| DotNetJunkies |
| In this article Doug Seven shows you how to use the DataGrid custom paging feature. The code is in C# and it uses stored procedures in SQL Server 2000. |
|
| Building a Master/Detail DataGrid for Database Inserts |
| DotNetJunkies |
| We are going to build an example Web Form that you can extend in your application. We will have two tables - OrderMaster and OrderDetails. As the names suggest the former is a master table where as the later is detail table. We want to add one record in the master table and several others in the detail table. We will not display any existing rows on the screen to maintain a clean page. |
|
| Building a Master/Detail DataGrid for Database Inserts |
| DotNetJunkies |
| In this article, Bipin explains how to build a Web Form where the requirement is inserting many rows of data against one row of master data. He builds an example Web Form that you can extend in your application with two tables - OrderMaster and OrderDetails. |
|
| Building a Variety of Custom Controls Based on the DataGrid Control |
| MSDN |
| The DataGrid Web control is by far the most powerful and versatile of all ASP .NET controls. Not only does it have many properties that you can set programmatically, but it lends itself to more advanced forms of customization. In this column, I'll build a few flavors of DataGrid-based Web controls. In doing so, I'll review the major design issues that characterize these controls and answer some of the questions most frequently raised by readers after they tackled the series of DataGrid columns in the March through June 2001 installments of Cutting Edge. In particular, you'll see how to add a custom toolbar to a DataGrid control to accomplish common tasks such as New and Unselect. |
|
| How to create customized Pagers for ASP.Net applications |
| The Code Project |
| Demonstrate how to create custom pagers that can attahced to DataGrid |
|
| How to create customized Pagers for ASP.NET applications |
| The Code Project |
| Demonstrate how to create custom pagers that can attahced to a DataGrid. |
|
| Internal Site Search Engine |
| The Code Project |
| Site Search Engine searches an entire page for matching keyword(s) or a phrase and will count how many times the keyword(s) or phrase are found on the page, and displays the results with the highest matches first. |
|
| Recalculating Column Values in DataGrid |
| DotNetJunkies |
| This article explains how to dynamically calculate the value of a DataGrid column based on the values in other columns. Bipin takes you through how to accomplish this step-by-step. |
|