The specified control, or null if the specified control does not exist.
The Page.FindControl(string) method can be used to access a control whose Control.ID is not available at design time. The method searches only the page's immediate, or top-level, container; it does not recursively search for controls in naming containers contained on the page. To access controls in a subordinate naming container, call the FindControl method of that container.