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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top