Hi
I want to update the result table as user enters data in search field.
For example, when user types 'a' in search field, all the names starting with 'a' should appear in the result table.Suppose, user types 'r' after 'a' then, result table should be refreshed and should contain only the names starting with 'ar'.
How can this be realized?
Thanks in advance,
Apurva