Click here to Skip to main content
15,922,325 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to upload apicture into a picturebox in C# Pin
Member 90915608-Jun-12 0:19
Member 90915608-Jun-12 0:19 
QuestionHow to fetch data from database in lables in asp.net using three tier architecture Pin
mohansahu7-Jun-12 20:47
mohansahu7-Jun-12 20:47 
AnswerRe: How to fetch data from database in lables in asp.net using three tier architecture Pin
Abhinav S7-Jun-12 20:54
Abhinav S7-Jun-12 20:54 
QuestionC# linq to sql Pin
dcof7-Jun-12 7:15
dcof7-Jun-12 7:15 
AnswerRe: C# linq to sql Pin
Eddy Vluggen7-Jun-12 9:50
professionalEddy Vluggen7-Jun-12 9:50 
AnswerRe: C# linq to sql Pin
Matt T Heffron7-Jun-12 12:53
professionalMatt T Heffron7-Jun-12 12:53 
GeneralRe: C# linq to sql Pin
dcof8-Jun-12 3:19
dcof8-Jun-12 3:19 
GeneralRe: C# linq to sql Pin
BobJanova8-Jun-12 4:50
BobJanova8-Jun-12 4:50 
QuestionDynamic Ajax accordion not fetching any data at production server Pin
Member 90849896-Jun-12 23:08
Member 90849896-Jun-12 23:08 
AnswerRe: Dynamic Ajax accordion not fetching any data at production server Pin
BobJanova6-Jun-12 23:31
BobJanova6-Jun-12 23:31 
Questionunderstanding how to write code Pin
Member 90841446-Jun-12 18:32
Member 90841446-Jun-12 18:32 
AnswerRe: understanding how to write code Pin
egenis6-Jun-12 18:38
egenis6-Jun-12 18:38 
GeneralRe: understanding how to write code Pin
Member 90841446-Jun-12 18:43
Member 90841446-Jun-12 18:43 
AnswerRe: understanding how to write code Pin
AmitGajjar6-Jun-12 18:39
professionalAmitGajjar6-Jun-12 18:39 
GeneralRe: understanding how to write code Pin
Member 90841446-Jun-12 18:43
Member 90841446-Jun-12 18:43 
AnswerRe: understanding how to write code Pin
BobJanova6-Jun-12 23:30
BobJanova6-Jun-12 23:30 
AnswerRe: understanding how to write code PinPopular
Alan Balkany7-Jun-12 5:02
Alan Balkany7-Jun-12 5:02 
AnswerRe: understanding how to write code Pin
Mycroft Holmes7-Jun-12 13:06
professionalMycroft Holmes7-Jun-12 13:06 
AnswerRe: understanding how to write code Pin
Abhinav S7-Jun-12 17:30
Abhinav S7-Jun-12 17:30 
QuestionHELP resolving host to IP not working! Pin
Mikhail Radovilskiy6-Jun-12 14:33
Mikhail Radovilskiy6-Jun-12 14:33 
AnswerRe: HELP resolving host to IP not working! Pin
Peter_in_27806-Jun-12 15:40
professionalPeter_in_27806-Jun-12 15:40 
GeneralRe: HELP resolving host to IP not working! Pin
Mikhail Radovilskiy6-Jun-12 16:50
Mikhail Radovilskiy6-Jun-12 16:50 
GeneralRe: HELP resolving host to IP not working! Pin
Mikhail Radovilskiy6-Jun-12 17:25
Mikhail Radovilskiy6-Jun-12 17:25 
GeneralRe: HELP resolving host to IP not working! Pin
Richard MacCutchan6-Jun-12 22:20
mveRichard MacCutchan6-Jun-12 22:20 
GeneralRe: HELP resolving host to IP not working! Pin
Peter_in_27806-Jun-12 17:30
professionalPeter_in_27806-Jun-12 17:30 
When I said "wrap a loop around it" I meant something like
C#
IPAddress[] adrslist = Dns.GetHostAddresses("www.google.com");
foreach System.Net.IPAddress ipadrs in adrslist {
  .... = ipadrs.ToString;
}

Peter
Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012

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.