Hi,
I'm updating the UI for an existing web forms application, and hit an issue: the existing <asp:panel..> and/or other asp.net controls generate <fieldset>....</fieldset>, which is not desirable for the new UI.
Is there a way to stop asp.net from generating any <fieldset> on this page?
Or - can I remove all <fieldset> and </fieldset> with jQuery, after the page is loaded, or a certain button is clicked?
Note: this page has 3 sections, clicking on "Submit" from the 1st section will display info in the 2nd section; then click on a link in the 2nd section will display info in the 3rd section...the not all <fieldset> code will be there when the page first loads;
some <fieldset> show up in the 2nd and 3rd section.
any suggestion is appreciated...sample code showing the idea would be very helpful!
Thanks,
Claudia
Go to the complete details ...