Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to populate my grid view based on the values of a textbox. I want the contents of gridview to change with changing characters in textbox.
For Eg:

If value in textbox is 'a' all values starting with 'a' are shown in gridview and when the value is changed to 'ab' the grid content should change having only values starting with 'ab'.

Also i want to do this without complete postback as reloading the page is not an available option. I would like to do this using a javascript or axaj or jquery.
I m using C# with Asp.net 2010 and microsoft sql 2008 as the database
Posted
Updated 11-Jan-12 5:30am
v2

1 solution

Take a look at the following codeproject article GridView Multiple Filter AJAX Control[^]. Same is accomplished in the article.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900