AutoComplete with jquery
hello i want to do autocomplete with jquery and ajax from database without using webservices. i want to do with ajaxhandlers not using webservices. how can possible.? Tell me as soon as possible thanks in advance...
my final year project is web discussion forum i want to post topic in forum then tag textbox there. user enter tag keyword then system suggest the relevent tag list below then user select the relevent tag that's why i use autocomplete...
mani508
Junior Poster in Training
54 posts since Jan 2012
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0
You will want to look into installing and using the AJAX control kit for your version of Visual Studio (I think the 2010 version differs from 2008 but I could be wrong). Then it is just a matter of setting up the control kit on the page and specifying which functions of your server side code will be supplied via AJAX.
Its pretty simple to set up and use. Auto complete examples using the control kit as all over the net too.
hericles
Veteran Poster
1,065 posts since Nov 2007
Reputation Points: 156
Solved Threads: 228
Skill Endorsements: 9
mani508
Junior Poster in Training
54 posts since Jan 2012
Reputation Points: 10
Solved Threads: 0
Skill Endorsements: 0