Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、ModalPopupExtender 内に多数のテキスト ボックスとリピーターを持つコントロールがあります。これらのコントロールの値を取得するにはどうすればよいですか?
例は次のようになります。
((TextBox)SomePopupExtender.FindControl("SomeTextBox")).Text = "New Text";