ASP.NET RepeatDirection ÊôÐÔ

¶¨ÒåºÍÓ÷¨

RepeatDirection ÊôÐÔÓÃÓÚ»ñÈ¡»òÉèÖà RadioButtonList ÖеÄÏîÄ¿ÊÇ´¹Ö±ÏÔʾ»¹ÊÇˮƽÏÔʾ

Óï·¨

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

¹æ¶¨ RadioButtonList ÖÐÏîÄ¿µÄ²¼¾Ö·½Ïò¡£

¿ÉÄܵÄÖµ£º

  • Horizontal - ÏîĿˮƽÏÔʾ
  • Vertical - ĬÈÏ¡£ÏîÄ¿´¹Ö±ÏÔʾ¡£

ʵÀý

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

<form runat="server">
<asp:RadioButtonList id="rb1"
runat="server" RepeatDirection="Horizontal">

Some content

</asp:RadioButtonList>
</form>

ʵÀý

ÉèÖà RadioButtonList ¿Ø¼þµÄ RepeatDirection