Get Browser Detail of Client Using C#
Author: DevASP
Download Source Code : 471_GetBrowserDetail.zip
In this article I will try to explain you how you can get the IP Address of the client and see its Browser Details using ASP.Net and C#.
Create a new asp.net application using C# and add label control and a button on the from. Set the following text to the button:
Your IP Address / Hostname , Your IP Address , Your Hostname , Browser/Computer Properties , Browser , Cookies Enabled , Frames Enabled , Time and Date , JavaApplets Enabled , JavaScript Enabled , Major Version , Minor Version , Platform , Version , ActiveX Controls Enabled , Support Background Sounds , .net Runtime Version.
Now write the following code on the button click event: