Hello,
is there any way to retrieve browser current setting? if so How Can I do this?
I used System.Web.HttpBrowserCapabilities browser = Request.Browser; , but that tells what browser is capable of doing it, NOT current setting of client browser.
I want to know, current setting of browser, How can I achieve this?
Thanks
max
Go to the complete details ...