Nevron .NET Vision
Nevron.UI.WebForm.Controls Namespace / NAjaxXmlTransportBuilder Class / AddReincarnateDataSection Method
The web control, related with the AJAX request.


In This Topic
    AddReincarnateDataSection Method
    In This Topic
    Adds the built-in "reincarnate" data section to the data sections collection of the object.
    Syntax
    'Declaration
     
    
    Public Sub AddReincarnateDataSection( _
       ByVal webControl As NWebControl _
    ) 
    'Usage
     
    
    Dim instance As NAjaxXmlTransportBuilder
    Dim webControl As NWebControl
     
    instance.AddReincarnateDataSection(webControl)
    public void AddReincarnateDataSection( 
       NWebControl webControl
    )

    Parameters

    webControl
    The web control, related with the AJAX request.
    Remarks
    Will throw an ArgumentException if a data section with name "reincarnate" already exists in the data sections collection of the object.
    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