I
Iain
All,
I have a GridView (with paging enabled) which I re-populate with the
following :
SqlDataSource1.SelectCommand = "SELECT ....blah blah"
SqlDataSource1.DataBind();
The above returns a variety of rows, if only 2 rows are returned the
rows are stretched height wise to fill the grid, is there anyway of
preventing this?
TIA
Iain
I have a GridView (with paging enabled) which I re-populate with the
following :
SqlDataSource1.SelectCommand = "SELECT ....blah blah"
SqlDataSource1.DataBind();
The above returns a variety of rows, if only 2 rows are returned the
rows are stretched height wise to fill the grid, is there anyway of
preventing this?
TIA
Iain