I am currently developing a SharePoint 2007 web part using Visual Studio. The main goal of this web part is to search a SharePoint list and present the results to the user.
My objective is to have the results displayed automatically once the user finishes typing, without the need for clicking a button.
I believe that a mix of the text_changed event and onkeydown javascript could help achieve this functionality.
I would appreciate any suggestions or thoughts on this matter.
By the way, it's worth mentioning that the sharepoint site I'm working with is "Ajax-enabled".
Thank you!