ASP.NET RadioButtonList layout not working -


no matter set on radiobuttonlist, still renders unordered verticle list.

<asp:radiobuttonlist runat="server" id="myctrl"          repeatdirection="horizontal" repeatlayout="flow" style="margin-bottom: 0px" >             < asp:listitem text="add it!" selected="false" />             < asp:listitem text="no, thank you." selected="false" />         < /asp:radiobuttonlist > 

if happen using sitefinity (as am) may due sitefinity-implemented-adapter...

http://www.sitefinity.com/devnet/forums/sitefinity-3-x/general-discussions/add-another-workaround-to-problem.aspx

http://www.sitefinity.com/devnet/kb/sitefinity-3-x/rendering-radiobuttonlist.aspx


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

visual c++ - Using relative values in array sorting ( asm ) -