You'd still use a listbox, but just reorder the list with that item moved up
a notch. If you want the selected item to go to the top of the list, that
will happen automatically with a combobox, or at least, the item will appear
as the selected item in the box.
-Scott
"aspfun via DotNetMonster.com" <u53138@uwe> wrote in message
news:9a96bb85eb3ee@uwe...
> Not scrolling. Once user select one item and then click a button (e.g.
> up),
> this item will one step up.
>
> Scott M. wrote:
>>You mean like scrolling? Why not stick with a list box? That's what it's
>>for. That is the web control you are looking for.
>>
>>-Scott
>>
>>> There is a list box in which 20 items were loaded.
>>>
>>[quoted text clipped - 3 lines]
>>>
>>> If items in text box can not be moved, what web control can do it?
>
> --
> Message posted via DotNetMonster.com
> http://www.dotnetmonster.com/Uwe/For...p-net/200908/1
>