EventsCalendar for ASP.NET Web Forms
FindControl(String) Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventsCalendar Class : FindControl(String) Method
The identifier for the control to be found.
Searches the current naming container for a server control with the specified id parameter.
Syntax
'Declaration
 
Public Overrides Function FindControl( _
   ByVal id As System.String _
) As System.Web.UI.Control
public override System.Web.UI.Control FindControl( 
   System.string id
)

Parameters

id
The identifier for the control to be found.

Return Value

The specified control, or null if the specified control does not exist.
See Also

Reference

C1EventsCalendar Class
C1EventsCalendar Members