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";