asp boxlist add/remove
hi, i have some problems that i hope i can get some help from the pros. i have two multiple listboxes, one is the source listbox and one is the target listbox. when items are selected and the add/remove button is pressed, items are add/remove from the listboxes. But i would like to limit the items in the target listbox to be 8, which means the selected items from the source listbox plus the existing items in the target listbox can not exceed 8. How can i do this...
another questions is, i would like the items in both listboxes to highlight the first item by default instead of the selected item...any suggestion??
many thanks
|