NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

BaseDataList Class

The base class for DataGrid and DataList controls. This class implements the selection semantics which are common to both controls.

Object
   Control
      WebControl
         BaseDataList

[Visual Basic]
MustInherit Public Class BaseDataList
   Inherits WebControl
[C#]
public abstract class BaseDataList : WebControl
[C++]
public __gc __abstract class BaseDataList : public WebControl
[JScript]
public abstract class BaseDataList extends WebControl

Remarks

[To be supplied.]

Requirements

Namespace: System.Web.UI.WebControls

Assembly: System.Web.dll

See Also

BaseDataList Members | System.Web.UI.WebControls Namespace | TBD | TBD