I want to list all controls inside another control which have names starting with "btnOverlay". I can't use Controls.Find
, because it needs an exact match. I believe I can use LINQ for this, but I'm not very experienced on that. Is it possible? How can I do it?
I'm using .NET 4.0.