Detecting .Net Framework
-
Hello, I want to ask, can i detect whether .Net framework is installed on he client's system or not? Say a person 'Z' is visiting site www.xyz.com , Now i want to check whether 'Z' - accessing the site has .Net Framework installed or not on his/her machine? Looking forward to hearing from you. Regards, Asim
-
Hello, I want to ask, can i detect whether .Net framework is installed on he client's system or not? Say a person 'Z' is visiting site www.xyz.com , Now i want to check whether 'Z' - accessing the site has .Net Framework installed or not on his/her machine? Looking forward to hearing from you. Regards, Asim
hi, take a look at HttpBrowserCapabilities.ClrVersion Property[^]. You can acess this property (in page codebehind) like
Request.Browser.ClrVersion
. David Never forget: "Stay kul and happy" (I.A.)
David's thoughts / dnhsoftware.org / MyHTMLTidy