is it posible to check flash support on browser from code behind - C# asp.Net
how can i check i开发者_如何学编程f a web browser was supported flash or not yet from code behind ?
Not directly.
You will need to check client side and inform the server side somehow (form post, on the query string etc...).
精彩评论