Question

The current ASP.NET site that I am working on calls for multiple listboxes, 3 to be exact. The first is for artists, second is for albums, and the last one is for songs. If you select an item from the artist listbox the album listbox will show the albums for that artist and the song listbox will show all the songs from that album im sure you guys can grasp what I am talking about here.

I have it all working, not a problem with that but I find the listbox control to be rather bland. I was looking at silverlight which would work but its support for only windows wont help any, my only other options that I can think of would be to use flash but I want to avoid that as well.

What I am asking here is, is their another control that I could use to better stylize and custom design to make it fit better with my site while also keeping it simple for the user like the listbox? Before I venture into uncharted waters with flash (dont have experience with this) I wanted to get some input from the community.

Was it helpful?

Solution

Why do you say Silverlight only supports Windows? It's great on Macs as well!

OTHER TIPS

You can use the Drag and drop functionality offered by jquery UI and scriptaculous instead of using multiple listboxes. The downside to this is that it wont work for people with javascript disabled , so you might still need the multiple listboxes as a fall back mechanism.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top