Home All Groups Group Topic Archive Search About

Looking for sorted list webcontrol

Author
7 Apr 2005 6:59 AM
Rasmus
Hi,

Instead of developing my own webcontrol i'm looking for one to download.

I need an orderlist with the following requierments:

- add items
- remove items
- move up items
- move down items

Does anybodu know of such a webcontrol?

Author
7 Apr 2005 10:07 AM
Steven Cheng[MSFT]
Hi Rasmus,

Welcome to ASP.NET newsgroup.
As for the sorted list webcontrol, I'm sure there are many existing ones on
the web. And the www.ASP.net and codeproject.com are always my prefered
site to look for such controls. Here are some of what I've found:

#Control Gallery > List Controls
http://www.asp.net/ControlGallery/default.aspx?Category=9&tabindex=2

#Enhanced List Box Control
http://www.codeproject.com/aspnet/MCEnhancedListBoxControl.asp


Hope helps. Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Author
7 Apr 2005 10:10 AM
Michael Tkachev
Hi,

You can create a custom control through XSLT for example.

Mike

Show quoteHide quote
"Rasmus" <Rasmus@newsgroup.nospam> wrote in message
news:2094D011-31A2-4A66-96B8-EDD1147F6750@microsoft.com...
> Hi,
>
> Instead of developing my own webcontrol i'm looking for one to download.
>
> I need an orderlist with the following requierments:
>
>  - add items
>  - remove items
>  - move up items
>  - move down items
>
> Does anybodu know of such a webcontrol?
>