dgrDataGrid.DataSource = dstData.Tables("Manufacturer")
lstMake.datasource = dstData.Tables("Manufacturer")
Page.DataBind
There is only one column in the dataset's table, and the datagrid
displays it the way I want. But my listbox just repeats the line
"system.data.datarowview" over and over.
Any help is, as usual, appreciated.
You need to tell the listbox what to display. The default is the .toString
so you are getting the object type as each occurence.
LS
David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
"Arch Stanton" <sa...@hill.org> wrote in message
news:zZCdnSmRF8Ka75rV...@comcast.com...
-Grateful Noob :|
-Grateful Noob :|