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/kb/sitefinity-3-x/rendering-radiobuttonlist.aspx
Comments
Post a Comment