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.
But I am trying, When user clicks on the hyperlink:
- the popup should close.
- redirect to the NavigateUrl
~/Order.Page.aspx?OrderID=00001001