Governor Technology Blog

Blog image

27 January 2009 by Administrator

Binding Multiple Fields to RadioButtonList Item Text

The Asp.Net RadioButtonList is a databound control which displays items as a mutually exclusive set of options in a Web Form. The data which is bound to the label part of each option can be formatted using a format string, but only a single field can be bound to the label. This post shows an implementation which allows multiple fields to be bound to the item labels.

This post has 0 Comment(s)