|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Form input...
How can I create a query based on the form input. I want to have a pulldown menu(list of states). The user can select the state, lets say VA and click on "go" button. I want the page to return results that has state=VA.
So how do I create that statement and send to aspx ? Thanks... |
|
#2
|
||||
|
||||
|
Do you need help with ASP or ASP.NET? If not ASP try the .NET board to get help.
But if it's ASP/HTML that you need: - Do you have a form? If so then when you submit the page you can use a Request.Form("YOURDROPDOWNBOX") which will give you the value of the select box. Then use that value in your query.
__________________
PEACE! |
|
#3
|
|||
|
|||
|
Thanx bunch WG. That is exactly what I was looking for.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > Form input... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|