2 references to FindControl
System.Web (2)
UI\WebControls\LoginUtil.cs (2)
328
return
FindControl
<RequiredType>(id, false, null);
332
return
FindControl
<RequiredType>(id, true, errorResourceKey);