S Steve C. Orr [MVP, MCSD] Aug 6, 2005 #2 You want to check what version of the CLR is running on the client from within your server side code? You can check the CLR version with this property: Request.Browser.ClrVersion.Major Here's more information: http://www.fileformat.info/system/browsercap.htm
You want to check what version of the CLR is running on the client from within your server side code? You can check the CLR version with this property: Request.Browser.ClrVersion.Major Here's more information: http://www.fileformat.info/system/browsercap.htm