Connect with Expertise | Find Experts, Get Answers, Share Insights

Autocomplete Textbox

 
Join Date: Feb 2010
Posts: 4
#1: Feb 8 '10
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's Avatar
E
C
 
Join Date: Mar 2008
Location: Arizona, USA
Posts: 3,476
#2: Feb 8 '10

re: Autocomplete Textbox


Try Google with "VB autocomplete textbox".
There must be a dozen tutorials that I saw.
http://www.google.com/search?client=...UTF-8&oe=UTF-8
 
Join Date: Feb 2010
Posts: 4
#3: Feb 8 '10

re: Autocomplete Textbox


Thanks tlhintoq, i tried using those links but couldnt get any proper code... plz help
tlhintoq's Avatar
E
C
 
Join Date: Mar 2008
Location: Arizona, USA
Posts: 3,476
#4: Feb 8 '10

re: Autocomplete Textbox


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.
 
Join Date: Feb 2010
Posts: 4
#5: Feb 8 '10

re: Autocomplete Textbox


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 :-)
tlhintoq's Avatar
E
C
 
Join Date: Mar 2008
Location: Arizona, USA
Posts: 3,476
#6: Feb 8 '10

re: Autocomplete Textbox


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.
 
Join Date: Feb 2010
Posts: 4
#7: Feb 8 '10

re: Autocomplete Textbox


This looks good idea :-) Thanks Tlhintoq :-)
Frinavale's Avatar
E
M
C
 
Join Date: Oct 2006
Location: The Great White North
Posts: 6,866
#8: Feb 8 '10

re: Autocomplete Textbox


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


-Frinny
Reply