バージョン

FindControl(String) メソッド

Layout.FooterTemplate 内に配置された子 aspx コントロールへの参照を取得します。
シンタックス
'宣言
 
Public Overloads Overrides Function FindControl( _
   ByVal id As String _
) As Control
public override Control FindControl( 
   string id
)

パラメータ

id
子コントロールのID。

戻り値の型

Control への参照、または null
参照