I divided the data I took into two separate gridviews. I also sorted these gridviews within themselves. When I manually select an element from both and click the button, I compare according to 2-3 if conditions that I set. But both gridviews have too many records and it takes a lot of time to try them one by one. I want to try each record one by one and collect the positive ones in a separate bit listview. Should a foreach loop be set up or what kind of coding should be done.
thanks
I aimed to set up a foreach loop but without success.