Jamie Dixon
Web Developer, Software Engineer and Mixed Language Artist
-
The Deep Search for ultimate Control
Posted on January 12th, 2010 1 commentHaving 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 !


