ASP.NET - Auto switch between differerence CSS files for different browsers and devices

Asked By Abhi Rana on 27-Jun-13 12:58 AM
Hi All,

I looking for the solution for the auto switch between differerence CSS files for different browsers and devices.

Is there any best way to do auto switch between different css files based on the browsers and devices.

Like auto switch between iPhone' safari and android's chrome.
Robbe Morris replied to Abhi Rana on 27-Jun-13 09:55 AM
Analyze the Request.UserAgent and determine what the values would be for each device maker.  Then, dynamically add your stylesheet references in the HEAD section of each page accordingly.