Click here to Skip to main content
15,900,461 members
Please Sign up or sign in to vote.
3.40/5 (2 votes)
See more:
Hello, I wonder if there is some code to visual basic 2008, qua the user to enter a site as explicit location (www.test1.com) Google Chromer, he is redirected to a second site example (www.test2.com) ?

by: Google Translator
Posted

1 solution

Here's an article about how to detect the browser in ASP.NET. Browser Detection using ASP.NET[^]

Once you know the browser, you can easily do a page redirect.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900