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.
名前でTextBoxを見つける必要があるクラスを作成します。これを使用していますが、FindNameが名前空間に存在しないという問題があります。
object component = this.FindName(componentName); TextBox child = component as TextBox;
クラスでFindNameメソッドを使用できますか?
を使用する必要がありますthis.FindControl(`this' はもちろんオプションです)。
this.FindControl