Monday, July 16, 2007

Detecting .NET Runtime from client side

There is an easy and simple way to detect the presence of .Net CLR runtime from client side using JavaScript Other than the Request.Browser.ClrVersion which we normally use in server side. The following link describes in detail.http://www.codeproject.com/dotnet/detecting_net.asp

No comments: