C# Class SenseNet.Portal.UI.Controls.FieldControlExtensions

Mostra file Open project: maxpavlov/FlexNet

Public Methods

Method Description
FindControlRecursive ( this root, string id ) : Control

Searches recursively in this control to find a control with the name specified. Note, finds the first match and exists.

Method Details

FindControlRecursive() public static method

Searches recursively in this control to find a control with the name specified. Note, finds the first match and exists.
public static FindControlRecursive ( this root, string id ) : Control
root this The Control in which to begin searching.
id string The ID of the control to be found.
return System.Web.UI.Control