私はを持っていて、動的に作成しましたの中に動的に作成されたラジオボタンがあります。私はfindControl()
ラジオボタンがあればそれを見つけることができますplaceholder
の直属の子供。findControlを使用して子要素を見つけよう
私は文字通り昨日、彼らがPanel
の子要素であるときにそれらを見つけることを試みました。どのようにこれを行う方法はありますか?ここで
は、以下の私のコードです:
PlaceHolder1.Controls.Add(myPanel); //add the panel to the placeholderenter code here
myPanel.Controls.Add(myRadioButton); //add the radiobutton to the panel
[ 'にFindControl()']あなたは再帰を探している、求められています(http://stackoverflow.com/questions/4955769/better-way-to-find-control-in-asp-ネット) –