How can I redirect the user to a required page on radalert. This is my radalert
Here after clicking Ok I would like to redirect the user to that particular page can some one help me
string scriptstring = "radalert('You must save Location for Employee..', 250, 80,'Information');"; ScriptManager.RegisterStartupScript(this, this.GetType(), "radalert", scriptstring, true);