function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
shashikant pandeyshashikant pandey 

I wanted to get result using search box filter based on each key press . I am using the <apex:inputText style="width:200px;" onkeypress="" /> could anyone help me here ?

I have pulled the data into custom table and I puted on Sezrch box to filter the record based on the key entered. (Priority for each key press get the related data.)
AbhishekAbhishek (Salesforce Developers) 
Try the suggestion as mentioned in the below blog,

http://sfdcsrini.blogspot.com/2014/06/how-to-use-apexinputtext-in-visualforce.html

I hope you find the above information is helpful. If it does, please mark as Best Answer to help others too.

Thanks.