smartDBforms.NET API Reference

BaseSmartDBControl Class

This is the base class for SmartDBControl and SmartDBLabel. It provides the functionality for template rendering and databinding. BaseSmartDBControl requires its container to be SmartDBView. According to the CurrentMode value BaseSmartDBControl renders user interface for editing or read only user interface.

For a list of all members of this type, see BaseSmartDBControl Members.

System.Object
   Control
      WebControl
         BaseSmartDBControl
            SmartDBControl
            SmartDBLabel

[Visual Basic]
MustInherit Public Class BaseSmartDBControl
    Inherits WebControl
    Implements IDataItemContainer, INamingContainer
[C#]
public class BaseSmartDBControl : WebControl, IDataItemContainer, INamingContainer

Requirements

Namespace: Adillis.SmartDBForms

Assembly: Adillis.SmartDBForms (in Adillis.SmartDBForms.dll)

See Also

BaseSmartDBControl Members | Adillis.SmartDBForms Namespace