Why not use 2 list boxes side by side and drag and drop between the 2? One being the total list of tasks and the other the sequence to create/follow. The user can then make modifications visually with both lists.
Bob I. --- In [email protected], "markgoldin_2000" <[EMAIL PROTECTED]> wrote: > > I need to come up with a solution for the following problem: > I am going to have a list of tasks, about 15 to 20. The user has to > decide what order he wants to complete these tasks by entering a number > into a task record. Using dataGrid with a column that would have a > numeric spinner seems to be ok. The problem I am foreseeing is what to > do when the user would enter same number for multiple tasks: simply > disallow that or somehow reset all tasks to new numbers? > > Thanks for ideas. >

