摘要:
有两个页面page1和page2。page1中有两个按钮 <asp:Button ID="Button1" runat="server" Text="Submit page to itself" OnClick="Button1_Click" /> <asp:Button ID="Button2" 阅读全文
摘要:
ASP.NET 4.5页面加载各个事件触发步骤。 ASP.NET 4.5 added the following events:➤InitComplete : Indicates the initialization of the page is completed➤LoadComplete : I 阅读全文