<asp:Panel id="pnlMessage" runat="server">
<asp:LinkButton id="lnkMsgBack" runat="server">Back</asp:LinkButton>
</asp:Panel>
I had one event handler handle three "back" LinkButtons; however, just recently I set CausesValidation = False, and now it works. I did have form validation in one of the panels, and that must of been the problem.
Thanks,
Brian
|