EFileTahi-A
Contributor
Is there a simple method to search for a specific control (by its name) in a form without loops? I need to access a Target control on the form to manipulate its properties, and since its name is a variable I need to find it and grab it. The result should be something like this:
Control cCtrl = this.GetControl("controlaName");
Control cCtrl = this.GetControl("controlaName");
Last edited: