<asp:HyperLink ID="hyp" RunAt="Server" NavigateUrl='<%# "~/URL.aspx?Query=" + DataBinder.Eval(Container.DataItem, "QueryID").ToString() %>'>
How to replace the URL.aspx part of this string in VB code behind while maintaining querystring?
OR
How to set the querysting in VB codebehind?