I guess by that logic, the OP should use a database table with a single column in which all values are concatenated based on a separator ?
Is that the kind of coding practice that you impart to beginners ? On Aug 3, 11:18 am, Cybosoft Advertising Solutions <[email protected]> wrote: > > Why are you using datarow as parameter just pass a single string. Just > create a composite string which is combination of many string as you > want separated by a special character. Where you want to extract your > data just use [string].split('separator character') and catch the > output in a string array and use the array as you want. As you are > beginner it will be more easy for you. > Just try. If you are > still getting problem then mail me again i will send you an example. > Best of Luck.- Hide quoted > text - > > - Show quoted text -
