Thanks & Regards Hari
<form id="form1" runat="server"> <div> <asp:ScriptManager runat="server" ID="ScriptManager1" /> <h4>Inside UpdatePanel</h4> click on the Submit button and notice that on this time will update. <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:Label ID="lblUpdatePanel" runat="server" EnableViewState="false" /> <br /> <asp:Button ID="btnSubmit" runat="server" Text="Submit" OnClick="RefreshTheTime" /> </ContentTemplate> </asp:UpdatePanel> <h4>Outside UpdatePanel</h4> <asp:Label ID="lblOutSideUpdatePanel" runat="server" EnableViewState="false" /> </div> </form>
Thanks and Regards V.SaratChand Show difficulties that how difficult you are
mahesh
Login to post response