How do I position a label just below a datagrid that changes size?

T

tom c

In ASP.Net 1.1, I have a datagrid on a form. The height of the grid
can vary with the number of rows loaded into it. I want a label to
appear just below the datagrid. I need the position of the label to
change as the size of the grid changes so it is always just below the
grid. How do I do this?
 
T

tom c

I forgot to mention that I created this web form with the design
screen, so everything is in position absolute. If I just write the
straight html in the html screen without the position absolute I could
make it work, but I would prefer to use the design screen if I could
get it to work.
 
E

Eliyahu Goldin

You don't have to layout with absolute positioning to be able to use design
screen. Just drop tables on the form and drop other controls inside table
cells.
 
T

tom c

That works. Thanks!

Eliyahu said:
You don't have to layout with absolute positioning to be able to use design
screen. Just drop tables on the form and drop other controls inside table
cells.

--
Eliyahu Goldin,
Software Developer & Consultant
Microsoft MVP [ASP.NET]


tom c said:
I forgot to mention that I created this web form with the design
screen, so everything is in position absolute. If I just write the
straight html in the html screen without the position absolute I could
make it work, but I would prefer to use the design screen if I could
get it to work.
 

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

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top