|
 |
asp_databases thread: Drop Down List
Message #1 by "Pritesh Badiani" <pritesh_b@t...> on Wed, 14 Feb 2001 09:13:19 -0000
|
|
Hi All,
I have been going through the Beginning ASP Databases (WROX) and i am stuck
with the Drop Down List.
I can create code which will list the Items from a table however I am not to
sure how to pass it to another page?
Please Post examples for the drop down list code and also how to pass the
value to the other page.
Thanks
Pritesh
Message #2 by "Ken Schaefer" <ken@a...> on Thu, 15 Feb 2001 13:39:48 +1100
|
|
<form method="post" action="page2.asp">
...Select box goes here
<input type="submit">
</form>
When the users presses the submit button the value of the currently selected
item in the drop down select box is POSTed to page2.asp
Cheers
Ken
----- Original Message -----
From: "Pritesh Badiani" <pritesh_b@t...>
Newsgroups: asp_databases
To: "ASP Databases" <asp_databases@p...>
Sent: Wednesday, February 14, 2001 8:13 PM
Subject: [asp_databases] Drop Down List
> Hi All,
>
> I have been going through the Beginning ASP Databases (WROX) and i am
stuck
> with the Drop Down List.
>
> I can create code which will list the Items from a table however I am not
to
> sure how to pass it to another page?
>
> Please Post examples for the drop down list code and also how to pass the
> value to the other page.
>
> Thanks
>
> Pritesh
|
|
 |