积极答复者
这段话是什么意思?

问题
-
上面这段话是什么意思?给我翻译一下
please verify my account
Note You may be able to get away with loading your controls in the
Page_Load
event handler and maintaining the view state properly. It all depends on whether or not you are setting any properties of the dynamically loaded controls programmatically and, if so, when you're doing it relative to the
line. A thorough discussion of this is a bit beyond the scope of this article, but the reason it may work is because theControls.Add(
dynamicControl
)
Controls
property'sAdd()
method recursively loads the parent's view state into its children, even though the load view state stage has passed.- 已编辑 lctk 2015年5月27日 13:28
- 已移动 Sheng Jiang 蒋晟Moderator 2015年5月27日 20:09