Class wwCheckBoxList
West Wind Web Toolkit for ASP.NET
 Class wwCheckBoxList
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.CheckBoxList
              Westwind.Web.Controls.wwCheckBoxList
public class wwCheckBoxList : CheckBoxList

Class Members

MemberDescription
Constructor
GetSelectedValue Retrieves the real selected value of the control. Used internally to read the selected value OnInit as well as being available for reading the value from the Forms collection more easily and storing it into the SelectedValue property.
public void GetSelectedValue();

Requirements

Namespace: Westwind.Web.Controls
Assembly: westwind.web.dll

Last Updated: 12/15/12 | © West Wind Technologies, 1996-2012
Comment or report problem with topic