Not sure if I'm asking this right, but I have this:
<a href="mypage.aspx?id=<% Request.QueryString["id"].ToString(); %>&sec=map">
Map
</a>
But it doesn't add the ID to the url query string. Not sure what to do cause I really don't want to have to make a bunch of literals to build this on code side.
The url I get is:
mypage.aspx?id=&sec=map