moving listbox items

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,

if i select an item in a listbox, how would i move that item up/down the
list using upd/down buttons on my .aspx page?

thanks,
rodchar
 
I would bind the datalist to a datasource and re-sort the datasource for
up/down clicks. Obviously, the up/down clicks should affect the fields in
datasource used for sorting.

Eliyahu
 
thank you very much.
rodchar

Eliyahu Goldin said:
I would bind the datalist to a datasource and re-sort the datasource for
up/down clicks. Obviously, the up/down clicks should affect the fields in
datasource used for sorting.

Eliyahu
 
Back
Top