I need to have my page reload to the position it left after the user hits a button. I'm having trouble figuring out how to get the button click to also make the call to go to my bookmark. I'm starting with this code:
<a name="C4">Area 1</a>
<asp:button id="btn8" runat="server" Width="24px" CausesValidation="False" Text="Save" >
How do I make my button click call the bookmark above it?
Thanks,
<a name="C4">Area 1</a>
<asp:button id="btn8" runat="server" Width="24px" CausesValidation="False" Text="Save" >
How do I make my button click call the bookmark above it?
Thanks,