Hi Arnie,
before you Bind your data you have to specify a string-list with the
column names.
e. g.
Dim dblayer As DataAccessLayer.DAL =
DataAccessLayer.DataProvider.GetDataAccess
oListLoc.DataSource =
dblayer.FindLocations(slistItems.Selection.ToStrin g)
oListLoc.TableFields = "Rank;location;QtyOnHand;Whse"
oListLoc.DataBind()
*** Sent via Developersdex
http://www.developersdex.com ***