Hi..
I have the following code on a SAVE button.. but
the Rad Window never appears.
How do I make it modal before redirecting?
thanks!
I have the following code on a SAVE button.. but
the Rad Window never appears.
How do I make it modal before redirecting?
thanks!
this.RadAjaxManager.ResponseScripts.Add(@"Sys.Application.add_load(function()
{radalert('Information Added!', 250, 100);})"
);
// Redirect to Pending......
Response.Redirect(
"~/pages/Correspondence.aspx");