-->
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="UpdatePanalEx01.aspx.cs" Inherits="LearnAsp.Net.ControlDemo.UpdatePanal.UpdatePanalEx01" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <asp:ScriptManager ID="ScriptManager1" runat="server" /> Page Time: <%= DateTime.Now.ToString("T") %> <br /> <br /> <asp:UpdatePanel ID="up1" runat="server"> <ContentTemplate> UpdatePanel Time: <%= DateTime.Now.ToString("T") %> <br /> <asp:Button ID="btn" Text="Update" runat="server" /> </ContentTemplate> </asp:UpdatePanel> </div> </form> </body> </html>
Thanks for reading Asp.Net UpdatePanel Control
Please do not enter any spam link in the comment box.
No comments:
Post a Comment
Please do not enter any spam link in the comment box.