Click here to Skip to main content
15,920,438 members
Home / Discussions / C#
   

C#

 
AnswerThat's wonderful! Pin
CPallini21-Jan-09 1:52
mveCPallini21-Jan-09 1:52 
GeneralRe: That's wonderful! Pin
ArielR21-Jan-09 2:45
ArielR21-Jan-09 2:45 
JokeRe: Datagridview heater Pin
Manas Bhardwaj21-Jan-09 1:53
professionalManas Bhardwaj21-Jan-09 1:53 
JokeRe: Datagridview heater Pin
musefan21-Jan-09 1:56
musefan21-Jan-09 1:56 
QuestionGet values from binding.position 0 without changinbg binding position? Pin
kanchoette21-Jan-09 1:27
kanchoette21-Jan-09 1:27 
AnswerRe: Get values from binding.position 0 without changinbg binding position? Pin
ArielR21-Jan-09 2:29
ArielR21-Jan-09 2:29 
GeneralRe: Get values from binding.position 0 without changinbg binding position? Pin
kanchoette21-Jan-09 3:18
kanchoette21-Jan-09 3:18 
QuestionFormat DateTime to string with no seconds Pin
anderslundsgard21-Jan-09 1:12
anderslundsgard21-Jan-09 1:12 
AnswerRe: Format DateTime to string with no seconds Pin
Christian Graus21-Jan-09 1:15
protectorChristian Graus21-Jan-09 1:15 
GeneralRe: Format DateTime to string with no seconds Pin
anderslundsgard21-Jan-09 6:52
anderslundsgard21-Jan-09 6:52 
AnswerRe: Format DateTime to string with no seconds Pin
Ennis Ray Lynch, Jr.21-Jan-09 2:24
Ennis Ray Lynch, Jr.21-Jan-09 2:24 
AnswerRe: Format DateTime to string with no seconds [modified] Pin
#realJSOP21-Jan-09 3:13
professional#realJSOP21-Jan-09 3:13 
AnswerRe: Format DateTime to string with no seconds Pin
PIEBALDconsult21-Jan-09 5:27
mvePIEBALDconsult21-Jan-09 5:27 
QuestionHow to implement kerberos authentication in ASP.net Pin
lachu00921-Jan-09 0:14
lachu00921-Jan-09 0:14 
AnswerRe: How to implement kerberos authentication in ASP.net Pin
musefan21-Jan-09 0:41
musefan21-Jan-09 0:41 
AnswerRe: How to implement kerberos authentication in ASP.net Pin
Christian Graus21-Jan-09 1:11
protectorChristian Graus21-Jan-09 1:11 
GeneralRe: How to implement kerberos authentication in ASP.net Pin
Pete O'Hanlon21-Jan-09 1:14
mvePete O'Hanlon21-Jan-09 1:14 
GeneralRe: How to implement kerberos authentication in ASP.net Pin
Christian Graus21-Jan-09 1:15
protectorChristian Graus21-Jan-09 1:15 
AnswerRe: How to implement kerberos authentication in ASP.net Pin
Pete O'Hanlon21-Jan-09 1:12
mvePete O'Hanlon21-Jan-09 1:12 
AnswerRe: How to implement kerberos authentication in ASP.net Pin
Ennis Ray Lynch, Jr.21-Jan-09 2:25
Ennis Ray Lynch, Jr.21-Jan-09 2:25 
QuestionMy Network Service Finder is sooooo sloooww Pin
Silvyster20-Jan-09 23:44
Silvyster20-Jan-09 23:44 
AnswerRe: My Network Service Finder is sooooo sloooww Pin
DaveyM6920-Jan-09 23:50
professionalDaveyM6920-Jan-09 23:50 
GeneralRe: My Network Service Finder is sooooo sloooww Pin
Silvyster21-Jan-09 0:16
Silvyster21-Jan-09 0:16 
AnswerRe: My Network Service Finder is sooooo sloooww Pin
Schmuli21-Jan-09 4:24
Schmuli21-Jan-09 4:24 
AnswerRe: My Network Service Finder is sooooo sloooww Pin
Schmuli21-Jan-09 4:26
Schmuli21-Jan-09 4:26 
In the System.Net.NetworkInformation namespace, there is a Ping object, that can ping either an IP address, or a host-name (the name of the computer). Use the Ping.Send( string ) or Ping.Send( IPAddress ) methods and get a PingReply object with details about the host or address pinged.

See How to ping a hostname/ip using ASP.NET 2.0 and C# .NET[^] for an example of using the Ping and PingReply objects.

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.