|
|
Creating a Pageable, Sortable DataGrid
|
Total Hit (1241) |
Learn how to build a sortable DataGrid and a pageable DataGrid; learn the steps necessary to combine these two techniques into creating a single sortable, pageable DataGrid. The DataGrid Web control allows ASP.NET developers the ability to quickly and easily display data. In addition to being able t
....Read More |
Rating
|
|
|
Including Subheadings in a Datagrid
|
Total Hit (1079) |
A short while ago I was tasked with adding subheadings into a datagrid, something I have not tried to do, or even thought of doing prior to this assignment. Thus, the task was a little bit beyond my skillset. Having searched around the net for examples, I came up dry. I eventually solved this proble
....Read More |
Rating
|
|
|
Deciding When to Use the DataGrid, DataList or Repeater
|
Total Hit (1234) |
Learn about ASP.NET's three controls for displaying data: the DataGrid, the DataList, and the Repeater. Each of these controls has unique traits and associated advantages and disadvantages. When creating an ASP.NET application that displays data, it is important to choose the right control for the j
....Read More |
Rating
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Including a Popup Calendar Inside an ASP.NET Datagrid
|
Total Hit (903) |
In previous articles we have shown ways to include a popup calendar for web forms. In this article we will demonstrate how to do it within an asp.net datagrid. The actual technique is about the same. You just have to know how to setup the datagrid and the codebehind to accomodate it. We will get rig
....Read More |
Rating
|
|
|
Bi-directional Sorting and Paging in the ASP.NET Datagrid
|
Total Hit (896) |
Without some special handling you end up with a mess when you try to combine sorting and paging in the same ASP.NET datagrid. When you try to implement two-way, or bi-directional, sorting the mess gets even worse. This article shows a way to combine the two.
....Read More |
Rating
|
|
|
Insert a Row Within an ASP.NET DataGrid
|
Total Hit (920) |
In a previous dotnetjohn article we showed how to insert a row in an ASP.NET Datagrid using a form field outside the datagrid. This article will demonstrate a way to use the footer of the grid as a container for the insertable data.
|
Rating
|
|
|
Exporting DataGrids to Excel
|
Total Hit (2191) |
Ken Walker's article on exporting DataSets to Excel has proved very popular. This article by Mike Dolan presents a different technique for getting a DataGrid rather than the DataSet into Excel. We believe you will find it very useful.
|
Rating
|
|
|