Here I will show how you can get the IP address of Client Machine.
protected void Page_Load(object sender, EventArgs e)
{
Response.Write("Your IP Address: "+ Request.UserHostAddress );
}
Here I will show how you can get the IP address of Client Machine.
protected void Page_Load(object sender, EventArgs e)
{
Response.Write("Your IP Address: "+ Request.UserHostAddress );
}
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.
Yashwanth MuthineniPosted Aug 29, 2015, 5:46 AM
nice..simple