Click here to Skip to main content
15,900,110 members
Home / Discussions / C#
   

C#

 
GeneralRe: Debugging a COM dll Pin
Nissim Salomon19-Aug-07 23:26
Nissim Salomon19-Aug-07 23:26 
GeneralRe: Debugging a COM dll Pin
jozsurf20-Aug-07 16:53
jozsurf20-Aug-07 16:53 
QuestionConnecting to SQL Server 2000 independent of the name of the server Pin
Rocky#19-Aug-07 21:24
Rocky#19-Aug-07 21:24 
AnswerRe: Connecting to SQL Server 2000 independent of the name of the server Pin
originSH19-Aug-07 22:14
originSH19-Aug-07 22:14 
GeneralRe: Connecting to SQL Server 2000 independent of the name of the server Pin
Rocky#19-Aug-07 23:14
Rocky#19-Aug-07 23:14 
QuestionArray List Pin
.NET- India 19-Aug-07 20:51
.NET- India 19-Aug-07 20:51 
AnswerRe: Array List Pin
N a r e s h P a t e l19-Aug-07 20:57
N a r e s h P a t e l19-Aug-07 20:57 
AnswerRe: Array List Pin
Hessam Jalali19-Aug-07 20:59
Hessam Jalali19-Aug-07 20:59 
you can use ToString for primitive types like int ,double,string,... but in some cases ToString does not return the data we expect (like classes we define by our self) so in those cases you can override the ToString() method.

foreach(object obj in arr)
  Console.WriteLine(obj.ToString());



hope the post would be useful
AnswerRe: Array List Pin
J4amieC19-Aug-07 22:20
J4amieC19-Aug-07 22:20 
AnswerRe: Array List Pin
mangrovecm19-Aug-07 22:55
mangrovecm19-Aug-07 22:55 
QuestionGet the active tab's URL of IE7 & Mozilla Firefox Pin
ULLAS K19-Aug-07 20:27
ULLAS K19-Aug-07 20:27 
QuestionCustom Radio button / Check box Pin
Krugger40419-Aug-07 20:00
Krugger40419-Aug-07 20:00 
AnswerRe: Custom Radio button / Check box Pin
Giorgi Dalakishvili19-Aug-07 20:47
mentorGiorgi Dalakishvili19-Aug-07 20:47 
GeneralRe: Custom Radio button / Check box Pin
Krugger40419-Aug-07 21:23
Krugger40419-Aug-07 21:23 
GeneralRe: Custom Radio button / Check box Pin
Giorgi Dalakishvili19-Aug-07 21:29
mentorGiorgi Dalakishvili19-Aug-07 21:29 
GeneralRe: Custom Radio button / Check box Pin
Rocky#19-Aug-07 21:53
Rocky#19-Aug-07 21:53 
GeneralRe: Custom Radio button / Check box Pin
Krugger40419-Aug-07 22:07
Krugger40419-Aug-07 22:07 
QuestionWindows 'flash' event Pin
Eduard Keilholz19-Aug-07 19:56
Eduard Keilholz19-Aug-07 19:56 
QuestionForeach statement Pin
T4AMD19-Aug-07 19:19
T4AMD19-Aug-07 19:19 
AnswerRe: Foreach statement Pin
Eduard Keilholz19-Aug-07 19:50
Eduard Keilholz19-Aug-07 19:50 
QuestionRe: Foreach statement Pin
T4AMD19-Aug-07 20:21
T4AMD19-Aug-07 20:21 
AnswerRe: Foreach statement Pin
Eduard Keilholz19-Aug-07 20:34
Eduard Keilholz19-Aug-07 20:34 
QuestionRe: Foreach statement Pin
T4AMD19-Aug-07 21:40
T4AMD19-Aug-07 21:40 
AnswerRe: Foreach statement Pin
Colin Angus Mackay19-Aug-07 22:30
Colin Angus Mackay19-Aug-07 22:30 
Questiongdtwain Pin
chehreghany19-Aug-07 18:50
chehreghany19-Aug-07 18:50 

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.