I don't know whether you want an immediate redirect to a page once user
selects an item from the drop down box or simply presents a URL for user to
go to.
Either way, you simply make sure to set the drop down box to autopostback.
If it's the former you require, simply call redirect method in the event
handler of the selectedindex_changed method of the drop down box. If the
latter, you need to have a second control (easiest being a hyperlink object
on the same web form) and set its navigateurl in the event handler of the
drop down box.
HTT
Paul said:
Just wondering if there is a way to set up hyperlinks in a drop down list,
Hi thanks for the response. I need to open a new window based on the selection, so may use window.open with some conditional code in the dropdown list change event.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.