Intersoft WebGrid Documentation
RefreshChildTable Method
See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace > ClientSideAction Class : RefreshChildTable Method






tblName
Gets the refresh function to child table using ClientAction on the WebGrid.

Syntax

Visual Basic (Declaration) 
Public Sub RefreshChildTable( _
   ByVal tblName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As ClientSideAction
Dim tblName As String
 
instance.RefreshChildTable(tblName)
C# 
public void RefreshChildTable( 
   string tblName
)
Delphi 
public procedure RefreshChildTable( 
    tblName: String
); 
JScript 
public function RefreshChildTable( 
   tblName : String
);
Managed Extensions for C++ 
public: void RefreshChildTable( 
   string* tblName
) 
C++/CLI 
public:
void RefreshChildTable( 
   String^ tblName
) 

Parameters

tblName

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.