|
-
Sep 19th, 2006, 10:48 PM
#1
Thread Starter
Member
Query String Parameter
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
-
Sep 20th, 2006, 04:20 AM
#2
Re: Query String Parameter
The form method needs to be GET and the dropdown's name attribute must be "id".
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|