un-necessary HTML Changes

  • Thread starter Thread starter Sai
  • Start date Start date
S

Sai

Friends,

Every time I go to design mode of ASPX page, and add a control to the
form my HTML is getting changed and
adds un-necessary tbody tags and other junk code. As a result of this
screws up whole design,
how can I stop this from happening, is there any setting to lock the
HTML code?

thanks
K
 
Upgrade to ASP.NET 2.0 and then you won't have that problem any more. That
is the only good solution.
 
Back
Top