HI All,
I need to implement a live search condition from database.
I have an input field. The field will accept the table name and the same will be used for further process.
When the user inputting some values in the field, system needs to show the possible entries.
For Example, there are many tables starts with V.
When the user input the first letter V, system needs to show all the table names which starts with V.
When user inputs the second character of the table, lets say B, then the possible values will be , table name starts with VB.
I think, this can be handled through Keyboard events.
How can i handle this situation?.
Please help.
Regards,
Rahul R