Web Developer, Software Engineer and Mixed Language Artist
RSS icon Email icon Home icon
  • The Deep Search for ultimate Control

    Posted on January 12th, 2010 Jamie 1 comment

    Having just come back to working with Webforms (instead of the glorious MVC) I found myself using the good old
    FindControl method in search of an elusive control.

    It turns out that FindControl can only find controls that are in the current container. I needed some way to deep search the page and find the specific control I needed.

    Enter FindDeepControl:

    … more to come soon !