I am not sure how your code will work.
I want these features
(1)I'll have 5 select boxes as shown in the above
(2)whatever i choose in any select box ...i cant choose that in other select boxes .
// (may be we need to remove that already chosen value from the other select boxes to achieve this)
I am not sure how this is going to be implemented
Main Topics
Browse All Topics





by: gibu_georgePosted on 2008-09-10 at 06:10:05ID: 22437905
So all the select drop downs are having the same set of data, You can achive this by removing the the current selection of one select box from other select boxes using. The attached code snippet is used to move a selected entry in one list to another. This may be modified for your purpose
Select allOpen in new window