How to Create Search Text Box in C#.Net like Google Search Box
-
Hi All, I want to Search Customer name from Data Base using Text Box in C#.Net like Google Search. Want to list out the Customer Name while typing Customer Name in Text Box from Data Base. If have any other method give me guidance. Any help will be appreciated. Advance Thanks. Regards, Prabhu.
-
Hi All, I want to Search Customer name from Data Base using Text Box in C#.Net like Google Search. Want to list out the Customer Name while typing Customer Name in Text Box from Data Base. If have any other method give me guidance. Any help will be appreciated. Advance Thanks. Regards, Prabhu.
-
Hi All, I want to Search Customer name from Data Base using Text Box in C#.Net like Google Search. Want to list out the Customer Name while typing Customer Name in Text Box from Data Base. If have any other method give me guidance. Any help will be appreciated. Advance Thanks. Regards, Prabhu.
-
Hi All, I want to Search Customer name from Data Base using Text Box in C#.Net like Google Search. Want to list out the Customer Name while typing Customer Name in Text Box from Data Base. If have any other method give me guidance. Any help will be appreciated. Advance Thanks. Regards, Prabhu.
You would need to use javascript for that and on each keypress or keydown event post the data to the server to query your data from the database.