or when you enter a keyword in the TextBox(TextBox Text Changed)?
for using button:
not problem.you can write a query for searching.for example:
Code:
select * from tb where tb.name like '%txtText%'
you can use from TextChanged event of the TextBox.and then use from Select method in the DataTable that you fill.for...
Leave a comment: