
This control provides two way databinding, binding validation and limited formatting to the DropDownList control,
but does this only for the controls' value member (simple databinding). List based binding still works
as you would expect.
Note that this control works without ViewState to assign values back. It does so after the OnLoad()
event call on post backs by retrieving the previously posted value.
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.DropDownList
<b>Westwind.Web.Controls.wwWebDropDownList</b>
public class wwWebDropDownList : DropDownList, IwwWebDataControl
Class Members
Requirements
Namespace: Westwind.Web.ControlsAssembly: wwwebcontrols.dll
© West Wind Technologies, 1996-2018 • Updated: 05/06/05
Comment or report problem with topic