ASP.NET RepeatLayout అంశం

నిర్వచనం మరియు ఉపయోగం

RepeatLayout అంశం యొక్క విధంగా RadioButtonList లోని అంశాలను ప్రదర్శించడానికి ఉపయోగిస్తుంది లేదా అమర్చుతుంది.

సంకేతం

<asp:RadioButtonList RepeatLayout="mode" runat="server">
కొన్ని కంటెంట్
</asp:RadioButtonList >
అంశం వివరణ
mode

RadioButtonList లోని అంశాల సంస్థానికి నిర్ధారిస్తుంది.

సాధ్యమైన విలువలు:

  • ఫ్లో - అంశాలు పట్టికలో చూపబడవు
  • టేబుల్ - అప్రమేయం. అంశాలు పట్టికలో చూపబడతాయి

ఉదాహరణ

క్రింది ఉదాహరణ RadioButtonList కంట్రోల్ యొక్క RepeatLayout అమర్చబడింది:

<form runat="server">
<asp:RadioButtonList id="rb1" runat="server"> RepeatLayout="Flow">
కొన్ని కంటెంట్
</asp:RadioButtonList>
</form>

ఉదాహరణ

RadioButtonList కంట్రోల్ యొక్క RepeatLayout అంశాన్ని అమర్చుకోండి