I use <a href="http://www.telerik.com/community/code-library/aspnet-ajax/combobox/using-checkboxes-for-multi-item-selection.aspx">Using CheckBoxes for multi-item selection</a> to do a multi-item selection. but I want to pre-select some items base on a query from database.
to make myself clear, say I havea combo with there checkbox,
item1
item2
item3
item4
when page load, i want to pre-check some of these items based on which user is login, if user1 login, all items except item1 is checked, if user2 login, item1 and item4 is checked, and so on.
How to do I do that? thanks.
to make myself clear, say I havea combo with there checkbox,
item1
item2
item3
item4
when page load, i want to pre-check some of these items based on which user is login, if user1 login, all items except item1 is checked, if user2 login, item1 and item4 is checked, and so on.
How to do I do that? thanks.