ASP.NET RepeatLayout ÊôÐÔ

¶¨ÒåºÍÓ÷¨

RepeatLayout ÊôÐÔÓÃÓÚ»ñÈ¡»òÉèÖÃÈçºÎÏÔʾ RadioButtonList ÖеÄÏîÄ¿¡£

Óï·¨

<asp:RadioButtonList RepeatLayout="mode" runat="server">
some content
</asp:RadioButtonList >
ÊôÐÔ ÃèÊö
mode

¹æ¶¨ RadioButtonList ÖеÄÏîÄ¿µÄ²¼¾Ö¡£

¿ÉÄܵÄÖµ£º

  • Flow - ÏîÄ¿²»ÏÔʾÔÚ±í¸ñÖÐ
  • Table - ĬÈÏ¡£ÏîÄ¿ÏÔʾÔÚ±í¸ñÖÐ

ʵÀý

ÏÂÃæµÄÀý×ÓÉèÖÃÁË RadioButtonList ¿Ø¼þµÄ RepeatLayout£º

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

Some content

</asp:RadioButtonList>
</form>

ʵÀý

ÉèÖà RadioButtonList ¿Ø¼þµÄ RepeatLayout ÊôÐÔ