5
Answers

How to load different aspx web page based on browser

Photo of Raghu Rao

Raghu Rao

10y
951
1
I would like to load different web page depending on browser. for example

I have internetexp.aspx and chrome.aspx.

if user browser is chrome it should load chorme.aspx page if other then chrome browser it should load internetexp.aspx.

how can i achieve this?

Answers (5)