Wednesday, 30 October 2013

How to Close Fancybox and Redirect to another page in asp.net and C#.

Just need to use the code.

 ScriptManager.RegisterStartupScript(this.Page, typeof(Page), "add", "window.top.location.href ='" +RedirectUrl+ "'; parent.jQuery.fancybox.close();", true);

No comments:

Post a Comment