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
What is hidden field in asp.net?
List the events in page life cycle.
Explain code snippet to register exception filters from controller?
Difference between application events and session events
Which is better viewstate or session?
What is owin authentication?
What is the procedure to handle the process request using mhpm events fired? : asp.net mvc
What are themes and skins in 2.0, explain usage scenario?
How do you implement sql caching in asp.net?
How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?
What is _viewstart?
What is redirectpermanent in asp.net?
How long should a session id be?
Elaborate differentiation between Cache and Application?
Where the assembly is stored in asp.net?