Rick van den Bosch - Blog

... on .NET, software architecture, software development and whatnot

Browse by Tags

All Tags » Linq » Visual Studio » .Net (RSS)
Sorry, but there are no more tags available to filter with.
Selecting all the controls of a specific type, the (built in!) LINQ way
We probably all worked with dynamically generated controls on forms, ASP.NET pages or (user) controls. And I guess we've all written for-each statements to loop through the ControlCollection and filter out all the controls of a specific type, right...