Push Page Code
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
Hi, I want that when I Click on button 'Push Page', it should take my client on my disired link so how can I do it. Thanks in advance.
-
Hi, I want that when I Click on button 'Push Page', it should take my client on my disired link so how can I do it. Thanks in advance.
Use Response.Redirect("http://www.Google.com");
Hello Forum Always be in touch to help about the topic ASP.NET
-
Use Response.Redirect("http://www.Google.com");
Hello Forum Always be in touch to help about the topic ASP.NET
No, u misunderstand my question. Actually I have a list which showing the addresses of my client which are on my web site.I want to send that link to my client visiting my web site. I hope u understand better how to do it. Thanks waiting for ur reply.