Autocomplete Textbox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sirajuddin
    New Member
    • Feb 2010
    • 4

    Autocomplete Textbox

    Hi,

    With great hope im writing this email. I wish and hope someone can help me.

    Im trying to get code for Autocomplete Textbox. I mean im looking for textbox which will autocomplete textbox from database. Im using front end as vb.net and backend as SQL / MsAccess. Could someone please help me with it. I tried browsing through so many sites online but none was helpful for me.

    Thanks in advance.

    Regards,
    Mohammed Khaja Sirajuddin
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    Try Google with "VB autocomplete textbox".
    There must be a dozen tutorials that I saw.

    Comment

    • Sirajuddin
      New Member
      • Feb 2010
      • 4

      #3
      Thanks tlhintoq, i tried using those links but couldnt get any proper code... plz help

      Comment

      • tlhintoq
        Recognized Expert Specialist
        • Mar 2008
        • 3532

        #4
        I think the idea is to learn from those tutorials, then write your own code. You can't expect to just find a piece of code that exactly matches your needs and be able to get away with nothing more than a copy/paste, then collect your paycheck.

        If you make an effort to write your code for your autofill text box, but still need some help, just post what you've written and describe where it is not quite right and I'm sure the volunteers here will be happy to help you along.

        Comment

        • Sirajuddin
          New Member
          • Feb 2010
          • 4

          #5
          Im very new to vb.net. Im a student and trying to learn it.
          I tried following the instructions mentioned in different website and tried writing code. but it didnt work. anyways thanks :-)

          Comment

          • tlhintoq
            Recognized Expert Specialist
            • Mar 2008
            • 3532

            #6
            Don't get discouraged. Just keep plugging away at it.

            I would suggest you always do tutorials exactly the way they are written. Make them work as they were designed to. Once that works for you *then* start modifying them a little to see what that does. Only after you have a good handle on that tutorial should you try modifying it to meet your needs. If you jump straight to modifying to your needs and it doesn't work, then you don't know why.

            Comment

            • Sirajuddin
              New Member
              • Feb 2010
              • 4

              #7
              This looks good idea :-) Thanks Tlhintoq :-)

              Comment

              • Frinavale
                Recognized Expert Expert
                • Oct 2006
                • 9749

                #8
                You can also try using the Ajax Toolkit's AutoComplete Extender....
                Or you could try JQuery's AutoComplete plugin


                -Frinny

                Comment

                Working...