I am tryin to add data to my list object. For a string, I just say, this.name = myDaraReader["test"]toTring(); How do I go about doing that for a list?
Maybe there is more to this than I see but is there a reason you can't just write
theList.Add(myDataReader["test"].toString());
I think that will work unless I am missing something..
1.4m articles
1.4m replys
5 comments
57.0k users