I am trying to redirect another site on button click.
Answer Posted / sunil kumar singh
Response.Redirect("http://yahoo.com");
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is slidemaster?
How to implement globalization and localization in the use interface in .net.
What are the new login controls in asp.net 2.0?
What is session object? Describe in detail.
What's the use of response.output.write()?
What is a user session?
Explain the overview of asp.net?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What are the HTML server controls in ASP.NET?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
Explain one critical mapping?
Where would you use an ihttpmodule, and what are the limitations of any?
Mention the namespace that is used to include .net data provider for sql server in .net code?
What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?
Explain the difference between asp.net mvc and asp.net webforms