<asp:HyperLink ID="Link1" runat="server" Text="Record an activity" NavigateUrl="~/ActivityRecord.aspx">
</asp:HyperLink>
</div>
<div>
<asp:HyperLink ID="Link2" runat="server" Text="Add information" NavigateUrl="~/Information.aspx">
</asp:HyperLink>
This is the code I have and I have the pages ActivityRecord and Information but it's not working. When I click either of the links it just reloads the home page I am already on.
Any suggestions