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
--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://aspexpress.com
"probashi" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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
>