Board index » Web Programming » Drop Down and Button - please help

Drop Down and Button - please help

Web Programming211
Hello,



I am pretty new to asp.net and have been given the task to create and

internal website.

There is a drop down list on the site and a submit button.

The user selects a report from the dropdown and clicks on the button -

this should now open up the page associated with the selection. (hope

this makes sense)

I am not sure how to accomplish this - this is a very basic page and

does not need anything fancy. I am assuming i need response.redirect

(i think) but not sure how to make it work.



Thanks


-
 

Re:Drop Down and Button - please help



DiLwALi@gmail.com wrote:

Quote
Hello,



I am pretty new to asp.net and have been given the task to create and

internal website.

There is a drop down list on the site and a submit button.

The user selects a report from the dropdown and clicks on the button -

this should now open up the page associated with the selection. (hope

this makes sense)

I am not sure how to accomplish this - this is a very basic page and

does not need anything fancy. I am assuming i need response.redirect

(i think) but not sure how to make it work.



Thanks



This newsgroup covers classic ASP. ASP.NET is a different technology.

You are more likely to find someone to help you over at

microsoft.public.dotnet.framework.aspnet.



Good luck



--

Mike Brind



-

Re:Drop Down and Button - please help

Thanks!



-