"Nothing is impossible, the word itself says "I'm possible"!"
Pages
Home
About Me
VB.NET
SQL
Contact Us
Thursday, January 5, 2012
Find The Host name
private string GetIP()
{
string strHostName = " " ;
strHostName = System.Net.Dns.GetHostName();
return strHostName;
}
And write the code this secssion
protected void Page_Load(object sender, EventArgs e)
TextBox4.Text =GetIP();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment