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
Explain transparent caching with aop?
What are the types of authentication in asp.net?
When cookie will expire?
Are cookies stored on server or client?
What is custom attribute? How to create?
What's the difference between viewstate and sessionstate?
Explain what are delegates?
Where is session cookies stored?
Why we are using mvc instead of asp.net? : Asp.Net MVC
What is difference between View State and Hidden Field in ASP.NET?
How is application management and maintenance improved in asp.net 2.0?
Explain code snippet to register exception filters from controller?
What is difference between rest and soap?
Which is better asp.net or php?
What is difference between URL and URI?