Fixing the Datagrid's Height
We've talked before about fixing the width of an ASP.NET Datagrid to a specific size, but I've been seeing a lot of questions recently about how to fix the height of a Datagrid. (For example, keep the items from expanding their height on the last page of a page-able Datagrid). I just wanted to point out Alexander Zeitler's article that covers this issue, “Fixing the ASP.NET Datagrid”
I also use a similar technique in my new article for CodeProject, Separating Datagrid Items.
Datagrid Girl