Adf.Web.Binding.CheckBoxListBinder.Bind C# (CSharp) Method

Bind() public method

Populates the specified System.Web.UI.WebControls.RadioButtonList with the specified list using the specified parameters. Currently not supported.
public Bind ( object control, IEnumerable values ) : void
control object The /// to bind to.
values IEnumerable The list to bind.
return void
        public void Bind(object control, IEnumerable values, params object[] p)
        {
            throw new NotSupportedException();
        }

Same methods

CheckBoxListBinder::Bind ( object control, object values ) : void
CheckBoxListBinder::Bind ( object control, object value, PropertyInfo pi ) : void
CheckBoxListBinder