PDA

Click to See Complete Forum and Search --> : Query String Parameter


sai_abhiram
Sep 19th, 2006, 10:48 PM
hi,

I have been assigned a task.

I have a dropdown list that is bound to an sqldata source control.

Beside that there is a button . I choose a value from the dropdown and click on the button and what ever is selected that value should appear in the query string.

something like this.

http://localhost:1109/WebSite2/Default.aspx? id = dropdown1.selectedvalue

penagate
Sep 20th, 2006, 04:20 AM
The form method needs to be GET and the dropdown's name attribute must be "id".