Posts by Andre Luiz • 11 points
1 post
- 
		1 votes1 answer650 viewsQ: C# - Windows Form how to search in a DatagridviewI have a datagridview which is populated from a list with data. When starting the screen I make a SELECT searching all bank records. How do I perform a search on this list and datagridview? My…