2010-06-17 31 views
0

我在我的頁面中有這個簡單的代碼,我有一個長頁面,如果客戶端使用此按鈕,那麼它將重新加載頁面並從頭開始顯示頁面。我希望重新加載頁面並顯示在最後的位置。Radiobuttonlist和加載頁面在相同的初始位置

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

任何意見,apprciated。 謝謝。

回答

相關問題