System.Web.UI.WebControls.RadioButtonList.FindControl C# (CSharp) Method

FindControl() protected method

protected FindControl ( string id, int pathOffset ) : Control
id string
pathOffset int
return Control
		protected override Control FindControl (string id, int pathOffset)
		{
			return this;
		}
#endif