Asp.net Table width Setting to 100%

D

Don Nablo

With an asp table I can do this to get it to be 100% of screen.
<asp:table id="Table1" runat="server" Width="100%">

But I can't find out how to set it via the properties of the table during
the page_load event.

Sub Page_Load(......)

Table1.Width = "100%" 'this is not the right class since it requires a
unit class to set. But how would I tell the unit class that it is to be
100%?
 

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

Forum statistics

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

Latest Threads

Top