selecting items in List Control
-
Hi, I have 100's of items in a List Control. Usually, user do a CTRL+Click to select multiple items. According to me, its a painful way for end-user for selection. One wrong click and all the previous selections went in vain. Are there better ways to provide the List-Item selections to user? Like a check-box associated with each item. This way user can simply check the check-boxes without loosing the previous selection and later on the program can pick up all the checked items. Also, we need to maintain the state, in case postback operation is not successful for some reason. Any ideas / examples ? Please advice. Thanks
Follow your goals, Means will follow you ---Gandhi---Pankaj -
Hi, I have 100's of items in a List Control. Usually, user do a CTRL+Click to select multiple items. According to me, its a painful way for end-user for selection. One wrong click and all the previous selections went in vain. Are there better ways to provide the List-Item selections to user? Like a check-box associated with each item. This way user can simply check the check-boxes without loosing the previous selection and later on the program can pick up all the checked items. Also, we need to maintain the state, in case postback operation is not successful for some reason. Any ideas / examples ? Please advice. Thanks
Follow your goals, Means will follow you ---Gandhi---PankajCheck out my free CheckedListBox control.