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


One Webform to Another Webform  


Example :

                                     Form Name  insert.aspx




                                                   Response.Redirect("insert.aspx");





                            or


                               Server.Transfer("insert.aspx");







0 comments:

Post a Comment