<li><a runat="server" disabled="disabled" id="aResponsible" href="#divResponsible">Responsible parties</a></li>
This tab doesn't work. Seems like disabled is not a valid attribute for an <a> tag. If I take out disabled, the tab works just fine.
Please suggest a way to hide the tab.
Here's my code behind:
private
Go to the complete details ...