Datagrid or Datalist to return the row value

N

niv

Hi,

My dataset consists of a string of data seperated by
semicolons.


ie
4544512;7878595;9696569;9596586;1235252;5456585;4754565;696
9596

I want to return this data to either a datagrid or
datalist as individual rows. The criteria is for every row
is seperated by semicolon..

What is the easiest way to do this?
What control do you recommend using?

Thanks,

niv
 
W

WizyDig

You can use the split method of the string object and turn the string into
an array object then bind the array to your datagrid.

-wiz
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top