Radiobuttonlist and load page in same initial position
Posted
by Khalid
on Stack Overflow
See other posts from Stack Overflow
or by Khalid
Published on 2010-06-17T04:39:03Z
Indexed on
2010/06/17
4:43 UTC
Read the original article
Hit count: 261
ASP.NET
Hi I have this simple code in my page, I have a long page, if the client use this button then it shall reload the page and display the page from the beginning. I wish to be reload the page and display from the last position.
<asp:RadioButtonList ID="RadioButtonList5" runat="server" AutoPostBack="True"
RepeatDirection="Horizontal">
<asp:ListItem Value="45">Sheet2</asp:ListItem>
</asp:RadioButtonList>
Any advice, apprciated. Thank you.
© Stack Overflow or respective owner