Base:
method
FindControl
System.Web.UI.Control.FindControl(System.String)
18 references to FindControl
System.Web (9)
UI\Control.cs (1)
3186
c = Page.
FindControl
(id);
UI\Page.cs (8)
2973
Control controlWithState =
FindControl
(id);
3053
Control ctrl =
FindControl
(postKey);
3098
Control c =
FindControl
(controlID);
3150
ctrl =
FindControl
(postKey);
3200
c =
FindControl
(controlID);
3334
sourceControl =
FindControl
(eventSource);
5315
_callbackControl =
FindControl
(callbackControlID) as ICallbackEventHandler;
5348
_callbackControl =
FindControl
(callbackControlID) as ICallbackEventHandler;
System.Web.Mobile (9)
UI\MobileControls\Adapters\ChtmlCalendarAdapter.cs (1)
183
List list = Page.
FindControl
(controlId) as List;
UI\MobileControls\Adapters\WmlCalendarAdapter.cs (1)
165
List list = Page.
FindControl
(controlId) as List;
UI\MobileControls\Adapters\WmlFormAdapter.cs (1)
218
Control sourceControl = Page.
FindControl
(eventSource);
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicCalendarAdapter.cs (1)
157
List list = Page.
FindControl
(controlId) as List;
UI\MobileControls\Form.cs (1)
678
_controlToPaginate = Page.
FindControl
((ViewState["ControlToPaginate"]).ToString());
UI\MobileControls\MobilePage.cs (4)
725
Form form =
FindControl
(id) as Form;
1037
MobileControl control =
FindControl
(_eventSource) as MobileControl;
1196
MobileControl ctl =
FindControl
((String)entry.Key) as MobileControl;
1536
if (
FindControl
(controlId) != null)