Groups | Blog | Home
all groups > asp.net > april 2005 >

asp.net : how to add a contol after datagrid that changes size?


Dee
4/24/2005 11:57:21 PM
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

Ken Cox [Microsoft MVP]
4/25/2005 7:51:07 AM
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.

[quoted text, click to view]

dee
4/25/2005 4:34:45 PM
Thanks Ken

[quoted text, click to view]

AddThis Social Bookmark Button