ASP.NET 2.0 Grid View and multi select list box

  • Thread starter Thread starter probashi
  • Start date Start date
P

probashi

Hi,

Using the SqlDataSource/SelectParameters/ControlParameter one can
easily bind a Grid View with a list box (or any other controls), pretty
cool, but my list box is multi select.

My questions is, how can I bind a Grid View Control to a multi select
list box (or any multi values controls)

Thanks
 
What is the scenario by which you would like this accomplished?
For instance, it's very easy to understand how you would like to bind a
datagrid, using a where clause that came from the selected item of the
listbox - but with multiple items selected, you have the options of AND or
OR for the multiple items
 
Back
Top