lamquangki
New Member
\[code\]<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server"><ContentTemplate>//some code goes here</ContentTemplate> </asp:UpdatePanel></asp:Content>\[/code\]Before applying the Update panel it shows fine.but after adding it it says "Missing end tag".But when run the code it shows perfectly in the browser.