Reputation: 524
I want to display all records from database in gridview when pageload and also i wanna search for particular record using textbox appear in my webform .
Means by default all records from the table will appear in gridview using sqldatasource and i also wanna search for a particular record by enter ID in text box ...
Upvotes: 0
Views: 1723
Reputation: 2560
http://www.exforsys.com/tutorials/asp.net-2.0/asp.net-2.0-gridview-filtering.html
Google is your friend...
Upvotes: 1