ASP.NET RepeatLayout ÊôÐÔ

¶¨ÒåºÍÓ÷¨

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

Óï·¨

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

¹æ¶¨ CheckBoxList ÖÐÏîÄ¿µÄ²¼¾Ö¡£

¿ÉÄܵÄÖµ£º

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

ʵÀý

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

<form runat="server">
<asp:CheckBoxList id="cb1" runat="server" RepeatLayout="Flow">

Some content

</asp:CheckBoxList>
</form>

ʵÀý

ÉèÖà CheckBoxList ¿Ø¼þµÄ RepeatLayout