dropdown selection
we wanna select multiple data from the dropdown list, is it posible if yes then how.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Niradhip ChakrabortyPosted Jul 22, 2008, 6:50 PM
1.http://69.10.233.10/KB/aspnet/MutiSelectComboBox.aspx
2.http://www.codeproject.com/KB/custom-controls/multiColsDD_List.aspx
Blocked AccountPosted Jul 22, 2008, 7:34 AM
For implementing the multiple selection in the DropDownList, u can take the reference of this article.
http://www.codeproject.com/KB/asp/multiselectdropdown.aspx.
It will be nice if u use listbox rather than DropDownList. for the multiselection.
Happy Coding!!