Click here to Skip to main content
15,898,035 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello..
i m currently working on search function using asp.net..
but i need a function where it will show the results as you type in the texbox..without hitting the search button..
really need it for my project..

anyone can guide me on how to work on it,i m using visual studio 2008..
Posted

1 solution

If you have a look at the ASP.NET AJAX control library, it has one like this. Beyond that, if you 'really need' something, you should search for it ( and expect to pay for it ), or learn to write it your self. Your question is too top level to get an answer if you had to write it yourself, the answer would be 'make an AJAX call to get the list of data'. You should try to solve your own issues before asking us to solve them for you.
 
Share this answer
 
Comments
pwtc222 19-Jul-10 21:20pm    
I tried to do myself by using ajax toolkit in visual studio.But seems like its not working and showing me this error message : "The operation could not be completed.Invalid FORMATETC structure"
pwtc222 27-Aug-10 2:24am    
Reason for my vote of 1
not helpfull

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