472,119 Members | 1,826 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,119 software developers and data experts.

Displaying the selections of a drop down list on the next page

I have a page, with three drop down boxes. Each has four choices
linked to a database.

Here is what I would like to do:

I would like the results of the three choices, to be displayed on the
next page, after the submit button is clicked.

I have searched here, but am unfamiliar with the terminolgy for this
kind of feature. Any help, or example code would be great.

Thanks

Mar 28 '07 #1
1 1194
Are you talking about ASP.NET? If so then the selected values become part of
the Form values in the post, if you are posting to a different page. If you
are redirecting, use Transfer... it ships all of the page values to the next
page.

======================================
David McCarter [Microsoft VB.NET MVP]
www.vsdntips.com
VSDN Tips & Tricks .NET Coding Standards available at:
www.cafepress.com/vsdntips.20412485
"rich2912" wrote:
I have a page, with three drop down boxes. Each has four choices
linked to a database.

Here is what I would like to do:

I would like the results of the three choices, to be displayed on the
next page, after the submit button is clicked.

I have searched here, but am unfamiliar with the terminolgy for this
kind of feature. Any help, or example code would be great.

Thanks

Mar 28 '07 #2

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

13 posts views Thread by Leszek Taratuta | last post: by
4 posts views Thread by Pete Lux | last post: by
19 posts views Thread by nazgulero | last post: by
3 posts views Thread by Brad Isaacs | last post: by
reply views Thread by leo001 | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.