C# で aspx ページにラジオ ボタン リストを作成しました。
<asp:RadioButtonList ID="RblMentor_teacher_student" class="case" runat="server"
RepeatDirection="Horizontal" AppendDataBoundItems="False" >
<asp:ListItem Text="Docent" Value="0"></asp:ListItem>
<asp:ListItem Text="Mentor" Value="1"></asp:ListItem>
<asp:ListItem Text="Student" Value="2"></asp:ListItem>
</asp:RadioButtonList>
選択した人が教師、学生、メンターのいずれかであることを示したいので、完璧に機能します。
しかし、私は誰もこれの選択を変更できないことを望んでいます.
誰でも助けることができます。