Posted on: 5/19/2015 5:54:08 PM | Views : 501

Hi Forum,
I have this code in the page
<li><a href="#tabs6" id="tab6" visible="false" clientidmode="Static" runat="server">Get Extras</a></li> When it runes it changes the link from #tabs6 to 
<li><a href="_servertransferpages/forsaleitems/#tabs6" id="tab6">Get Extras</a></li> because I am using Jquery I just want to the link to say #tabs6, without the rest of the URI appearing in the tag
Any ideas how I do this, I need to make it dynamic runat=server, because sometimes I need to set the visibility to false.
Any Help would be great
Graham




Go to the complete details ...