I am trying to redirect another site on button click.
Answer Posted / guest
You can also use PostbackUrl property associated with
button control in ASP.NET,
such as : <asp:button id = "b1" PostBackUrl = "www.sify.com"
runat = "server" Text = "redirect"/>
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Who creates jsessionid?
How to prepare culture-specific formatting in .net.
How ASP.NET page works?
What is difference between Fragment Caching and Page Caching in ASP.NET?
Why is the standalone environment only useful during the development process?
Disable Mouse right click on web page in asp.net?
What are the differences between primary foreign and unique keys?
What is page fragment caching?
What events will occur when a page is loaded?
What is comparevalidator?
Can you explain the basic use of dataview?
What is odata in web api?
What are client activated objects?
What is Razor View Engine
what is the difference between response.write() and response.output.write()?