format filter and total a bindingsource
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all I am reading a DB into a binding source that I am then displaying in a datagridview I want to do a few things like go through and format a few rows (example: companyname/username to just display the user name) i also want to get a count on of how many of each type in a certain column lastly i know i can use the .filter to the binding source but i have two questions i need clarified 1a) how do you string more than one filter together. 2a) if i use the filter and then i ran a counting loop or something in the binding source would it give me the account for all the info in the binding source or would it give me the totals for the filtered info. Thanks