Dynamicweb 8 Documentation
LoadControl(String,String) Method

The virtual path.
Name of the tag.
Loads the control.
Syntax
'Declaration
 
Public Overloads Sub LoadControl( _ 
   ByVal virtualPath As String, _ 
   ByVal tagName As String _ 
) 
public void LoadControl( 
   string virtualPath,
   string tagName 
)

Parameters

virtualPath
The virtual path.
tagName
Name of the tag.
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

Reference

PageviewControl Class
PageviewControl Members
Overload List

Send Feedback