Button on a webpage
-
Hi i'm new to Asp.net. What i want to do is add a put to the web page that when click on directs it to another page using c#. Is there a simple way to do this Thanks Chris
Chris
-
Hi i'm new to Asp.net. What i want to do is add a put to the web page that when click on directs it to another page using c#. Is there a simple way to do this Thanks Chris
Chris
-
Hi i'm new to Asp.net. What i want to do is add a put to the web page that when click on directs it to another page using c#. Is there a simple way to do this Thanks Chris
Chris
Search for these: Response.Redirect of Server.Transfer I understand you are new to ASP.NET yet this is such a simple, basic activity. Just about every beginners book covers something like this.
I know the language. I've read a book. - _Madmatt
-
Search for these: Response.Redirect of Server.Transfer I understand you are new to ASP.NET yet this is such a simple, basic activity. Just about every beginners book covers something like this.
I know the language. I've read a book. - _Madmatt
-
Ok, but you don't have to shout about it
I know the language. I've read a book. - _Madmatt
-
Hi i'm new to Asp.net. What i want to do is add a put to the web page that when click on directs it to another page using c#. Is there a simple way to do this Thanks Chris
Chris
In your button event handler call
Response.Redirect.
Look MSDN documentation here[^]Yusuf May I help you?
-
In your button event handler call
Response.Redirect.
Look MSDN documentation here[^]Yusuf May I help you?
Thanks for that.
Chris
-
use Response.Redirect or Server.Transfer in your code. Humble request is go and buy some books and start practicing that. then you can do what ever you want. ASP.NET BOOKS[^]
With Regards, Kasson
Thanks for that.
Chris