Width of table

E

eagle

How can I get the width of a table to be 100% of what's displayed on the
screen, and not affected by other controls on the form? For instance, if
one table displays past the screen size, causing it to go off the right side
of the page, then the other table, which is smaller (width=100%), also goes
off the screen.
 
G

Guest

you'lll have to use clientside code to catch the width and pass it to the
table, from clientside code.
 

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

Top