2010-06-17 2 views
0

내 페이지에이 간단한 코드가 있습니다. 긴 페이지가 있습니다. 클라이언트가이 버튼을 사용하면 페이지가 다시로드되고 처음부터 페이지가 표시됩니다. 마지막 위치에서 페이지를 다시로드하고 표시하고 싶습니다.Radiobuttonlist와 같은 초기 위치의 페이지로드

<asp:RadioButtonList ID="RadioButtonList5" runat="server" AutoPostBack="True" 
      RepeatDirection="Horizontal"> 
      <asp:ListItem Value="45">Sheet2</asp:ListItem> 
     </asp:RadioButtonList> 

조언이 있습니다. 감사합니다.

답변