ຄວາມລວມ RepeatLayout ASP.NET

ການນຳໃຊ້ ແລະ ຄວາມລວມ

ຄວາມລວມ RepeatLayout ຂອງ ASP.NET ໃຫ້ຮັບຮອງຫຼືຕັ້ງຂໍ້ມູນລາຍການສະແດງຂອງ RadioButtonList.

ວິທະຍາສາດ

<asp:RadioButtonList RepeatLayout="mode" runat="server">
some content
</asp:RadioButtonList >
ຄວາມລວມ ການອະທິບາຍ
mode

ຕັ້ງວິວັດທະນາການລາຍການສະແດງຂອງລາຍການ RadioButtonList.

ຄວາມລວມທີ່ສາມາດ:

  • Flow - ລາຍການສະແດງບໍ່ໃນຕາກ
  • Table - ຄືກັບຄົນ. ລາຍການສະແດງໃນຕາກ

ຄວາມຄວນ

ຄວາມຄວນທີ່ຕັ້ງ RepeatLayout ASP.NET RadioButtonList:

<form runat="server">
<asp:RadioButtonList id="rb1" runat="server"> RepeatLayout="Flow">
Some content
</asp:RadioButtonList>
</form>

ຄວາມຄວນ

ການຕັ້ງຂໍ້ມູນ RepeatLayout ASP.NET RadioButtonList