passing from one form to another
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
hello... iam working on a Expert system project and i hav a problem how to move from one webpage to another.. something like the NEXT button which we can see in this webpage.....which is directing us to a new webpage i want to do this in ASP.net or c#.net....
-
hello... iam working on a Expert system project and i hav a problem how to move from one webpage to another.. something like the NEXT button which we can see in this webpage.....which is directing us to a new webpage i want to do this in ASP.net or c#.net....
on next button click event use: Response.Redirect("NewForm.aspx");
Regards, Rashida Jabeen http://www.akaas.net[^]
-
on next button click event use: Response.Redirect("NewForm.aspx");
Regards, Rashida Jabeen http://www.akaas.net[^]