//other related namespaces
using System.Net;
//this is example class, you can code it in your own way
public class getIP : System.Web.UI.Page
{
{
//other related coding
IPHostEntry IPHost = Dns.GetHostEntry(Dns.GetHostName());
String ip = IPHost.AddressList[0].ToString();
String ip = IPHost.AddressList[0].ToString();
}
**************************LINKS******************************
I have created a new better blog:
My Youtube channel:
**************************LINKS******************************