control.FindControl("Id Of The Control To Be Found")
FindControl
is not recursive, it only searches through immediate children of the controlFindControl(String, int)
which is not indented for public usageFindControl
returns null
, so this is often a good idea to verify result for being not null