The href value of the Html anchor tag is rendering weird
- by franko_camron
I want to assign dynamically the href value depending of certain things, I thing is important to mention that I have a Master Page, url routing and I am assigning absolute paths (like http://www.stackoverflow.com/questions/...).
I've tried the following:
<a href="<%= DynamicURL%>">testing urls</a>
<asp:HyperLink…