dynamic positioning of web controls

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HI I have some controls under a datagrid and the datagrid can have 1 to 10
items. I would like to place some other controls just below the datagrid so
need to somehow dynamically place the controls when the page loads. Any
sample code or ideas?
thanks.
 
Hi, Paul,

What do you mean "dynamically place the controls"? You can place your
controls in html <table></table> after datagrid when designing your aspx
page. I just don't understand. Could you provide a little more information?

Gaidar
 
Hi thanks for the response. I have a datagrid and some controls just below
it. The grid can change size depending on what gets returned from a
database. Without dynamic positioning I will get a gap between the grid and
other controls if not much is returned from the grid.

grid
only 1 item in grid.


other controls
..
--
Paul G
Software engineer.


gaidar said:
Hi, Paul,

What do you mean "dynamically place the controls"? You can place your
controls in html <table></table> after datagrid when designing your aspx
page. I just don't understand. Could you provide a little more information?

Gaidar
 
Hi thanks for the response, just wondering what is flow layout, is it an html
tag?
--
Paul G
Software engineer.


Eliyahu Goldin said:
Paul,

Use Flow layout.

Eliyahu
 
Back
Top