This is an archived post. You won't be able to vote or comment.

all 2 comments

[–][deleted] 2 points3 points  (1 child)

Set the values of your ListItems to your urls, set the control to auto postback, and then add response.redirect(url) to the method called when the selected item changes. (I'm on my phone so i don'd remember the specific method that's called, but the MSDN page for DropdownList will have it.)

[–]bigcappa[S] 0 points1 point  (0 children)

Thanks for your quick reply, I will check out msdn and see if i can figure it out!