I have an imagecombo box and it
loads with the form, the list is re-order when a command button is fired, how do i show the new re-ordered list in the imagecombo.

ex. imagecombo (dropdown) upon loading say 1,2,3
after command fired i need it to say 2,1,3

any suggestions