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


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

    Parameters

    webControl
    The web control, related with the AJAX request.
    Remarks
    Will throw an ArgumentException if a data section with name "redraw" 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