Groups | Blog | Home
all groups > asp.net webcontrols > july 2003 >

asp.net webcontrols : Repositioning controls on a web page



pete
7/29/2003 1:44:34 PM
I have a web page that the pageLayout property
is "GridLayout." I also have 2 DataGrid controls on the
page. Since the number of records can vary, how can I
position some information and then the 2nd DataGrid
underneath the first one? Do I have to change to Flow
Layout and put the begining stuff in Panels? What is a
generally well accepted method? Thanks in advance?
Alvin Bruney
7/29/2003 8:37:58 PM
use attributes to target the left and top properties
Datagrid1.attributes.add("left","2") etc
[quoted text, click to view]

AddThis Social Bookmark Button