zachvaldez
asked on
Multi select control for ASP.NET
Is there an available control for ASP.NET that has features for multi select?
I passing data to an aspx form and I would liek to see a control with checkboxes so I can multiselect on the records or data. thanks
I passing data to an aspx form and I would liek to see a control with checkboxes so I can multiselect on the records or data. thanks
ASKER
Can you show me an example how to do a checklistbox?
I have a select statement- Select ID,Last,First,Address,Cit, State,Zip and it returns 20 items/records.
Id like to put a multiple checkbox so I can mass-process it. thanks
I have a select statement- Select ID,Last,First,Address,Cit,
Id like to put a multiple checkbox so I can mass-process it. thanks
ASKER
Thanks , I check the link and there is not much about checklistbox. I think the Gridview is a better alternative as I tried to explore its features but I m not yet fully understanding of Gridview's ability to provide an array of checlboxes to match the number of records coming from a dataset or query.
Are you familiar with Gridview and how can it be implemented here?
Are you familiar with Gridview and how can it be implemented here?
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
I work with VB.NET. thanks anyways
The Listview control allows you to select multiple items by shift-clicking and ctrl-clicking them.
The CheckboxList allows you to select multiple items by checking each one