the following Hyperlink is in the popup written in C#.
var hypLink = new HyperLink { Text = "Order Nummer", NavigateUrl = "~/Order.Page.aspx?OrderID=00001001" };
The above code is redirecting the Order.Page.aspx inside the popup.
Order.Page.aspx
But I am trying, When user clicks on the hyperlink:
~/Order.Page.aspx?OrderID=00001001