Click here to Skip to main content
15,917,565 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
ASP page in textbox autocomplete text to implement using jquery
Posted
Comments
[no name] 18-Jun-10 9:05am    
Is there a question here?
[no name] 18-Jun-10 9:06am    
Reason for my vote of 1
Statement not a question

jQuery is javascript framework, you can use this in ASP similar as you use the javascript.

Just reference the jQuery framework and add the autocomplete text plugin in your ASP page and provide the source in the form of array, json or XML from your ASP server side code.

You can google similar samples for this.
 
Share this answer
 
Why are you using ASP and not ASP.NET ? In either case, if you knew what jquery was, you'd know that this is a silly question. Perhaps you should buy a book or two ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900