5
Reply

How to load different aspx web page based on browser

Ask a question
Raghu Rao

Raghu Rao

9y
636
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)