View Single Post
Old 03-14-2013, 03:13 AM   PM User | #1
stanleyc
New Coder

 
Join Date: Jul 2008
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
stanleyc is an unknown quantity at this point
Send value from Drop Down Selection

I have a Drop Down list populated from an SQL DB and then a submit button to send the selection as a URL Parameter to get details on the next ASP page. I need to be able to send an ID with that in the URL parameter based on the selection I made. I have tried using a hidden field but the ID that gets sent is just the first one in the list and I need it to be the ID in the SQL table of what was selected in the drop down.

ANY help will be appreciated.

Thanks
Chris
stanleyc is offline   Reply With Quote