Click to See Complete Forum and Search --> : dropdown


drewex
12-11-2003, 07:05 PM
hi all

i need to columnize this dropdown is there a way?
I create it in asp.net any suggestions?

PeOfEo
12-11-2003, 08:39 PM
drop it into a data grid and open it in a div, that a viable option for your needs? You can make one column a hypertext column and when the user clicks it redirect to another page using a query string.

drewex
12-12-2003, 03:13 AM
that sound hard to do can you send me an example it would be great thanks

PeOfEo
12-12-2003, 07:07 PM
humm, http://knights.europe.webmatrixhosting.net/list.aspx
that is just a data bound grid with a hypertext link column. You can make it get files from a directory and list them too, my friend is working on a file manager like that.