Conditional skin file in ASP.Net Theme based off of browser

Posted by Dan Appleyard on Stack Overflow See other posts from Stack Overflow or by Dan Appleyard
Published on 2010-05-28T16:45:16Z Indexed on 2010/05/28 17:02 UTC
Read the original article Hit count: 247

Filed under:
|
|
|

Is there a way to use a skin file in a theme only when a certain browser is used?

The theme stays the same, I just want skin A to apply when a certain browser is used, and skin B when another browser is used. I know I can have server-side code to check and then set the SkinId of the control to either or, but is there another, more global way?

Thanks

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about browser