Tag: linq

Using LINQ to find a control in the ControlCollection

While writing a windows application in C#, I realized that there was no find control method in the ControlCollection class. This was a problem as it would create a significant amount of code to find a control. Well it turns

Posted in Better Coding, C#, Finding Controls, LINQ Tagged with: , ,