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
 
Back
Top