Click here to Skip to main content
15,919,434 members
Home / Discussions / C#
   

C#

 
QuestionIs there a good free numerical library for C#/Visual Studio? [modified] Pin
Schokoolero24-Jan-08 23:27
Schokoolero24-Jan-08 23:27 
GeneralRe: Is there a good free numerical library for C#/Visual Studio? Pin
CKnig25-Jan-08 0:22
CKnig25-Jan-08 0:22 
QuestionHow to transfer Quantity in shopping cart Pin
mrcsn24-Jan-08 23:14
mrcsn24-Jan-08 23:14 
AnswerRe: How to transfer Quantity in shopping cart Pin
Gareth H25-Jan-08 0:05
Gareth H25-Jan-08 0:05 
QuestionNeed help about [Address of pointer] and [Offset] Pin
spearwall24-Jan-08 22:58
spearwall24-Jan-08 22:58 
GeneralRe: Need help about [Address of pointer] and [Offset] Pin
Anthony Mushrow24-Jan-08 23:26
professionalAnthony Mushrow24-Jan-08 23:26 
AnswerRe: Need help about [Address of pointer] and [Offset] Pin
spearwall25-Jan-08 4:43
spearwall25-Jan-08 4:43 
GeneralRe: Need help about [Address of pointer] and [Offset] Pin
Anthony Mushrow25-Jan-08 6:33
professionalAnthony Mushrow25-Jan-08 6:33 
GeneralRe: Need help about [Address of pointer] and [Offset] Pin
spearwall25-Jan-08 8:05
spearwall25-Jan-08 8:05 
GeneralRe: Need help about [Address of pointer] and [Offset] Pin
Anthony Mushrow25-Jan-08 8:47
professionalAnthony Mushrow25-Jan-08 8:47 
GeneralRe: Need help about [Address of pointer] and [Offset] Pin
spearwall26-Jan-08 0:20
spearwall26-Jan-08 0:20 
GeneralRe: Need help about [Address of pointer] and [Offset] Pin
spearwall26-Jan-08 19:56
spearwall26-Jan-08 19:56 
GeneralRe: Need help about [Address of pointer] and [Offset] Pin
spearwall27-Jan-08 1:18
spearwall27-Jan-08 1:18 
GeneralStrange behaviour of 'iif' condition in SSRS Pin
i_want_to_learn_c#24-Jan-08 22:48
i_want_to_learn_c#24-Jan-08 22:48 
GeneralRe: Strange behaviour of 'iif' condition in SSRS Pin
Mark Churchill25-Jan-08 4:00
Mark Churchill25-Jan-08 4:00 
GeneralRe: Strange behaviour of 'iif' condition in SSRS Pin
i_want_to_learn_c#25-Jan-08 6:34
i_want_to_learn_c#25-Jan-08 6:34 
GeneralError Adding Web Reference to a Sharepoint Web Service Pin
r-mo24-Jan-08 21:38
r-mo24-Jan-08 21:38 
QuestionProxy avoidance software?? Pin
Muammar©24-Jan-08 21:21
Muammar©24-Jan-08 21:21 
GeneralRe: Proxy avoidance software?? Pin
Paul Conrad27-Jan-08 7:17
professionalPaul Conrad27-Jan-08 7:17 
GeneralRe: Proxy avoidance software?? Pin
Muammar©27-Jan-08 18:29
Muammar©27-Jan-08 18:29 
Questionto retrive data from database into arraylist.. in c# Pin
avvaru.murali24-Jan-08 21:04
avvaru.murali24-Jan-08 21:04 
GeneralRe: to retrive data from database into arraylist.. in c# Pin
CKnig24-Jan-08 21:28
CKnig24-Jan-08 21:28 
I don't get it - what's your problem?
You are adding "row" which is a DataRow-object to your ArrayList - so of course all the items of your ArrayList will be "DataRow"s.

With "showing" I guess you are talking about the ToString() function (or maybe you are adding the ArrayList to a listbox or something - and yes this will show the datatype.

So maybe you can tell us what you want to do with the content of the list and then we will try to help you.
QuestionRe: to retrive data from database into arraylist.. in c# Pin
avvaru.murali24-Jan-08 22:05
avvaru.murali24-Jan-08 22:05 
GeneralRe: to retrive data from database into arraylist.. in c# Pin
J4amieC24-Jan-08 22:33
J4amieC24-Jan-08 22:33 
QuestionHow to change my line color while debugging. Pin
Sophia Rekhi24-Jan-08 20:52
Sophia Rekhi24-Jan-08 20:52 

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.