How to load different css based on browser type.
I want to load different css for IE and Firefox in asp.net
I’m usng IE8 and above and forefox 3 and above.
please help me.
How to load different css based on browser type. I want to load different
Share
Request.Browser will give you complete browser information, where you can check version, browser name, browser type etc.