Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / WebControlTechnologyType Enumeration


In This Topic
    WebControlTechnologyType Enumeration
    In This Topic
    WebControlTechnologyType is used to change the client-server communication technology programatically at design- and at run-time.
    Syntax
    'Declaration
     
    
    Public Enum WebControlTechnologyType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As WebControlTechnologyType
    public enum WebControlTechnologyType : System.Enum 
    Members
    MemberDescription
    AjaxWhen set to the Technology property of a NWebControl object, this value causes the NWebControl object to behave as an AJAX control.
    PostbackWhen set to the Technology property of a NWebControl object, this value causes the NWebControl object to behave as a post-back control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WebForm.Controls.WebControlTechnologyType

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also