|
-
Dec 26th, 2008, 01:59 AM
#1
Thread Starter
Addicted Member
Datacolumn to string array
I have one datacolumn and I have value in datacolumn like
"student1"
"student2"
"student3"
"student4"
I want them in one string like "student1,student2,student3,student4"
Can I convert datacolumn into string or string[] or List<string> without using for loop
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|