Class wwWebRadioButtonList

Summary description for wwWebTextBox.

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.BaseDataBoundControl
        System.Web.UI.WebControls.DataBoundControl
          System.Web.UI.WebControls.ListControl
            System.Web.UI.WebControls.RadioButtonList
              <b>Westwind.Web.Controls.wwWebRadioButtonList</b>
public class wwWebRadioButtonList : RadioButtonList, IwwWebDataControl

Class Members

MemberDescription

Constructor

BindData

Binds the control to the control BindingSource.

public sealed void BindData( Control WebForm );

GetSelectedValue

Retrieves the real selected value of the control. Used internally to read the

public void GetSelectedValue();

UnbindData

Unbinds the control from the BindingSource by loading the BindingSource with the value in the control.

public sealed void UnbindData( Control WebForm );

BindingErrorMessage

Error message set when a data unbinding error occurs.

BindingProperty

The property that is set by the databinding.

BindingSource

The object that is to be bound to as a string name based on the container.

BindingSourceMember

The property that is to be bound to

BindingSourceObject

The object that is to be bound to as an object reference.

DisplayFormat

The Format string used when displaying this data

ErrorIconUrl

The Url to the Image used for error display if icons are used.

ErrorMessageLocation

Text

UserFieldName

The format string used to format this field when binding. Defaults to fieldname with txtStripped.

Requirements

Namespace: Westwind.Web.Controls
Assembly: wwwebcontrols.dll

© West Wind Technologies, 1996-2018 • Updated: 05/06/05
Comment or report problem with topic