Searching a TextBox value from Table dynamically

  • Thread starter Thread starter sivagururaja
  • Start date Start date
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.
 
Back
Top