バージョン

FindControlInPage メソッド

Page オブジェクトで子または子孫コントロールを見つけます。
シンタックス
'宣言
 
Protected Function FindControlInPage( _
   ByVal id As String _
) As Control
protected Control FindControlInPage( 
   string id
)

パラメータ

id
検索するためのコントロールの ID 値

戻り値の型

Null または Control
参照