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 ကို ကြိုးစားထားခြင်း