Results 1 to 1 of 1

Thread: on the *ignore*

  1. #1

    Thread Starter
    Fanatic Member Graff's Avatar
    Join Date
    Jan 2002
    Location
    Calgary
    Posts
    668

    on the *ignore*

    Oops this was supposed to be a reply
    use the Textbox's textchange trigger, when the user types something do an sql statement as such:

    sql = "select sitename from popularsites where sitename like '" + txtSearch.text +"*'

    then you need to populate the dropdown box with the results.
    Last edited by Graff; Jan 15th, 2005 at 07:53 PM. Reason: This should have been a reply
    If wishes were fishes we'd all cast nets.

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