15. October 2004




Fixing the ASP.NET DataGrid

"Fixing" the ASP.NET DataGridThe default DataGrid-WebControl shipping with the .NET-Framework already is a powerful control to display and edit data in table form. But when trying to implement the DataGrid in a fixed layout site the sizing behavior of the DataGrid becomes a problem: the number of rows and with it the height of the DataGrid may vary depending on the number of records to be displayed. Workaround in this good article by Alexander Zeitler.

read more: http://www.aspheute.com/english/20030909.asp

by Miguel Moreno

Category: Programming | Tags: