Forces the render initial script. Especially for this kind of situation: astreeview in a updatepanel which UpdateMode=Conditional, and a trigger calls this update panel's Update() methods. before call Update(), you need call ForceRenderIntialScript first.


Namespace: Geekees.Common.Controls
Assembly: ASTreeView (in ASTreeView.dll)

Syntax

Visual Basic (Declaration)
Public Sub ForceRenderInitialScript()
C#
public void ForceRenderInitialScript()
C++
public:
 void ForceRenderInitialScript() sealed 
J#
public void ForceRenderInitialScript()
JScript
public  function ForceRenderInitialScript()

See Also