Wednesday, 8 October 2014

How to Redirect from One Form to Another Form in Asp.Net C#

Redirect from One Form to Another Form

Response.Redirect("insert.aspx");
Server.Transfer("insert.aspx");




                                       
                                                               or




No comments:

Post a Comment