how to add a contol after datagrid that changes size?

  • Thread starter Thread starter Dee
  • Start date Start date
D

Dee

Hi,
I use a DataGrid in a WebForm and when i page thru data its height changes.
This hides some controls i have place just underneath it. Is there a way to
dynamically add the controls in the right location?
Thanks
Dee
 
It sounds like you are using absolute positioning. That wouldn't work too
well in this case. You need to use Flowlayout to make sure one object
doesn't cover another.
 
Thanks Ken

Ken Cox said:
It sounds like you are using absolute positioning. That wouldn't work too
well in this case. You need to use Flowlayout to make sure one object
doesn't cover another.
 
Back
Top