Dataset -> Listview?

  • Thread starter Thread starter Lasse Edsvik
  • Start date Start date
L

Lasse Edsvik

Hello

I was wondering if there is a way to populate a listview with a dataset?

i cant find any DataSource on the listview control

/Lasse
 
Lasse,

There is no way to databind a listview with a dataset. You will have to
populate it manually from the dataset.

Hope this helps.
 
Back
Top