I'm having a little trouble using an asp.net:hyperlink control.
<asp:HyperLink ID="someId" runat="server" NavigateUrl="pages/somepage.aspx?language=<%=CurrentLanguageNo%>"></asp:HyperLink>
the resulting url is like this
http://localhost/web/standard/pages/somepage.aspx?language=<%=CurrentLanguageNo%>
but obviously I don't want it to literally be <%=CurrentLanguageNo%> but rather the value of the variable.