I have a web-part that icludes simple web-form. After submitting web-form user see Thanks Message oe error message.
Its a codeBehind on Click_event:
lblMessage.Text = "Your Profile Details were updated successfully";
And code in the asxc file:
<asp:Label ID="lblMessage" runat="server" Text=""></asp:Label>
The problem is that message don't disappear after page refresh F5.
Any ideas?
Thanks very much!