我有一个单选按钮列表,如下所示:
<asp:RadioButtonList ID="RBjobSector" runat="server" style="font-size: medium">
<asp:ListItem>apple</asp:ListItem>
<asp:ListItem>orange</asp:ListItem>
</asp:RadioButtonList>
如果用户在单击“开始”按钮后选择其中任何一个,我如何引导用户转到 apple.aspx 或 orange.aspx 页面?