我可以從內容頁面更新masterpage的updatepanel嗎?使用內容頁面的masterpage的UpdatePanel
假設我有類似如下的母版一個UpdatePanel ..
<asp:UpdatePanel ID="UpdatePanel1" runat="server">
<ContentTemplate>
<asp:Literal ID="Literal1" runat="server"></asp:Literal>
</ContentTemplate>
</asp:UpdatePanel>
我可以改變從contentpage Literal1的文本?
如果是這樣 - 如何?
任何幫助表示讚賞!
這對我沒有工作:/ HTTP://stackoverflow.com/questions/25447104/why-the-updatepanel-in-masterpage-not-updating-from-an-event - 從最含量巴 – SearchForKnowledge 2014-08-22 13:04:17