Custom Search

Wednesday, September 17, 2008

ASP.Net - Detect the browser using ASP.NET and C#

This article intends to show how to detect the browser on the clients side. Using the HttpBrowserCapabilities class along with the C# language. The HttpBrowserCapabilities class gives information on the capabilities of the browser that is running on the client. It needs the System.Web namespace. HttpBrowserCapabilities properties are accessible through the Browser property of ASP.NET's intrinsic Request object.

CODE: C#
SITE: www.codeproject.com

View Tutorial

0 comments: