I am trying to wrap an updatepanel in a login wizard and it is giving me the error described in the subject.
Am I doing something incorrectly.
From other posts that I have read this is possible.
Does anyone have an ideas.
It would be greatly appreciated.
it must be inside of<ContentTemplate>from theUpdatePanel, did you checked that?
Thanks for the information
Try this
<asp:UpdatePanel ID="UpdatePanel 1" UpdateMode="Conditional" runat="server">
<ContentTemplate>
<asp:Login ID="Login1" runat="server" ></asp:Login>
</ContentTemplate>
</asp:UpdatePanel>
No comments:
Post a Comment