Programming Journal C#, Java, SQL and to a lesser extent HTML, CSS, XML, and regex. I made this so other programmers could benefit from my experience.

Thursday, February 21, 2008

Prevent RadioButtonList from forcing a line break

Prevent RadioButtonList from forcing a line break by placing the control in a span and set the RepeatLayout attribute to Flow.

Reference: http://www.webdeveloper.com/forum/showthread.php?t=138562

No comments: