I have a content placeholder containing a link:
<asp:Content ID="Content5" runat="server" contentplaceholderid="ContentPlaceHolder3">
<a href= "../WOPages/WO_Main.aspx?WONum=12345">WorkOrder</a>
and I would like to change the href querystring from code. How do I find it to change it?
If you add an
idand arunat="server"attribute to your link……then you can access/change the
HRefproperty programmatically…