Results 1 to 2 of 2

Thread: Query String Parameter

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2005
    Posts
    41

    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

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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
  •  



Click Here to Expand Forum to Full Width