fiogf49gjkf0d Very simple..
1. pass the item numbers as comma separated values in a SP which in turn will get the records from myTableA using the condition
where itemnumber in (comma separated string). Capture these values in a temp table and use that table as data source for the datagrid
or 2. strore the listbox items in a table and join this table with myTableA to get the datasource for datagrid.
let me know if this makes sense to you..
Haren |