asp.net 2.0 wraps elements inside divs

  • Thread starter Thread starter Thor W Hammer
  • Start date Start date
T

Thor W Hammer

Is there some way to turn off the "feature" that UserControls end even the
hidden __Viewstate element are being automatically wrapped inside
div-elements which just takes up space on the web-page?

TWH
 
Is there some way to turn off the "feature" that UserControls end even the
hidden __Viewstate element are being automatically wrapped inside
div-elements which just takes up space on the web-page?

TWH

As I mentioned in another message. Doing so would produce invalid markup.
 
Back
Top