I have a requirement where user will have an option to search
the data and should match the feature same as google has provided
i.e. whatever char user types in the search box – user will be prompted with matching string below – same as google search text box – you type something and get the options
what control or strategy we should follow in C# ?
Thanks in advance.
What you are looking for is called “autocomplete”. The Ajax Control Toolkit has such a control. You can find it here.