RadWindow downloaddoc = new RadWindow(); |
downloaddoc.NavigateUrl = "ThankYou.aspx"; |
downloaddoc.Visible = true; |
downloaddoc.VisibleOnPageLoad = true; |
RadWindowManager1.Windows.Add(downloaddoc); |
I have a link in the thankYou.aspx...
Once thats clicked i want the Window to close and the Browser to go to the URL which was in the link.
Thanks in advance....