【发布时间】:2010-11-12 06:10:02
【问题描述】:
您好,我想在后面的代码中调用 Panel 内的相应 html。我该怎么做?
我有这个
<asp:Panel ID="MyPanel" runat="server">
// other asp.net controls and html stuffs here.
</asp:Panel>
我想获得与MyPanel 等效的 HTML 以及我后面代码中的所有内容,例如 PageLoad 或某些方法。
谢谢。
【问题讨论】: