How do I clear GridView1.Width

  • Thread starter Thread starter tshad
  • Start date Start date
T

tshad

I am trying to clear the GridView1.Width which is a WebControls unit.

I can do

GridView1.Width = 500;

But how do I clear it an let the cssStyle handle it?

Thanks,

Tom
 

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

Back
Top