skip to main
|
skip to sidebar
Asp.net Examples
Monday, October 6, 2008
Get Host by IP adress
Get Host by IP adress
string IPAdress = "127.0.0.1";
IPHostEntry IPHostEntryObject = Dns.GetHostEntry(IPAdress);
Console.WriteLine(IPHostEntryObject.HostName)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Categories
Ajax
ASP.NET
CSS
Javascript
SQL
Blog Archive
►
2010
(2)
►
January
(2)
►
2009
(4)
►
June
(2)
►
April
(2)
▼
2008
(58)
►
December
(2)
▼
October
(17)
Regex match html content without screwing up the tags
Highlighting keywords in text using Regex.Replace
Cleaning a string using a regular expression ready...
Enabling HttpGet and HttpPost for web services
Select a row in an asp:GridView without using a Se...
Perform actions before a row is deleted from a Gri...
Rendering a Control to a String
Call ServerSide function from Javascript
Generating Sequence Number in DataGrid with Paging
Avoid Using Count(*)
Password Hashing in C#
Convert hex color to .net Color object
Embed text in Image using ASP.NET
Get Host by IP adress
Make C# Application Wait Amount of Time
Optimizing C# Application
C# Unique Hardware ID
►
September
(3)
►
August
(4)
►
July
(8)
►
May
(1)
►
March
(5)
►
February
(5)
►
January
(13)
►
2007
(5)
►
November
(2)
►
January
(3)
More
pay per click advertising
Your Ad Here
Ads
No comments:
Post a Comment