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
Where is http session stored?
Explain the difference between webfarm and webgardens in .net?
What is cross page posting? How is it done?
Give a few examples of page life cycle events.
What is razor? : asp.net mvc
Why is string called immutable data type?
Out of ASP or ASP.NET which one is stateless?
What is the flow of processing of the request? : asp.net mvc
What is the difference between user control an custom control?
Why cyclomatic complexity is important?
What language does asp.net use?
What are the advantages of using session?
What are the session management techniques asp net?
Can I stream live content/events?
Define a static class?