-
Render RadioButtonList as an Unordered List UL
In my latest project, I found the need to use the RadioButtonList which spits out the absolute nastiest HTML to render it unusable (for me anyway). The control gives you to HTML options using the RepeatLayout attribute. Flow spits out a series of span’s and label’s with BR’s if you don’t specify RepeatDirection of Horizontal.…
-
Prevent Multiple Button Clicks in ASP.NET – How to Implement the Netflix "Please Wait…" Button
-
Binding a DropDownList to an Enumeration
-
String to Enum