Searching a TextBox value from Table dynamically

S

sivagururaja

Hi All,

Im using ASP.NET with C#. (.NET 2005)
In my page i want to allow the user to search the text from the SQL
table.

This is my table

ID Name City State
1 Parry Chennai Tamilnadu
2 Philips Delhi Delhi
3 John Kolkatta West Bengal
4 Williams Mumbai Maharastra

When the user starts to enter the searching criteria in the TextBox
like ''p", it will display the
corresponding names starting with p.

Also this happens with out Postbacking. Is it possible using the
JavaScript.
If there is no matches found it will show some message like "No
records found"

Please help me to overcome this problem.
Thank you,
Raja.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top