Width of table

  • Thread starter Thread starter eagle
  • Start date Start date
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.
 
you'lll have to use clientside code to catch the width and pass it to the
table, from clientside code.
 
Back
Top