ip address
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
how to get ip address of host computer in C#
-
how to get ip address of host computer in C#
first google hit[^] I have an article on this site on how to use google.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
how to get ip address of host computer in C#
you can try this in c# Me.TextBox1.Text = System.Net.Dns.GetHostEntry(Request.ServerVariables("REMOTE_HOST")).HostName.ToString Me.TextBox2.Text = Request.UserHostAddress ------------ knowledge is power, try to obtain it :)