Hello everyone, I have this link on a page called sample.aspx:
<asp:HyperLink ID="hplRemove" runat="server" NavigrationUrl="~/test.aspx">test</asp:HyperLink>
I wonder when a user click on this link, any event on sample.aspx that fires before a redirect to test.aspx? I need to store some data in the session before going to test.aspx.
Thanks.
Go to the complete details ...