Hi!
I try to get IE8 version and Im using:
HttpBrowserCapabilities MyBrowser = HttpContext.Current.Request.Browser;
strMyBrowserVersion = MyBrowser.Version;
And its works fine strMyBrowserVersion value is "8.0", but i need to get "build number" and "sub-build number" also, because i need a string with value: "8.0.7600.16385" somebody can help me?
Im working in Visual Studio 2008 and .NET Framework 3.5
Tanks.
Loading
AnkurPosted Sep 10, 2010, 5:27 AM
Browser version, major Version and minor version comes from user agent; i tried to update User agent of browsercap.ini but no success it seems to be a bug to me. please let me know if you will find any solution or workaround.
thanks and regards
ankur malik