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 does it mean your session has timed out?
What is the difference between dispose() and finalize()?
What is the question mark in a url?
How can you handle errors in Web API?
What is the difference between union and structure?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
What are the authentication types in asp.net?
What is the difference between session and application?
What is difference between asp.net and asp?
Can I have a unique key as foreign key?
What is query string? What are its advantages and limitations?
Can you explain the importance of finalize method in .net?
benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks
What do you mean by authentication?
What is the difference between “Web.config” and “Machine.Config”?