PowerWEB File Upload for ASP.NET
GetScriptObjectReference Method
See Also  Send comments on this topic.
Dart.FileUpload Namespace > ILiveControl Interface : GetScriptObjectReference Method



Returns a client-side reference to the element.

Syntax

Visual Basic (Declaration) 
Function GetScriptObjectReference() As String
Visual Basic (Usage)Copy Code
Dim instance As ILiveControl
Dim value As String
 
value = instance.GetScriptObjectReference()
C# 
string GetScriptObjectReference()
C++/CLI 
String^ GetScriptObjectReference(); 

Remarks

Returns a client-side reference to the element corresponding to the PowerWEB control.

For example, if the PowerWEB control is LiveButton1, it would return "pwObj("LiveButton1")" (depending on the browser).

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.3
© 2012 Dart Communications. All Rights Reserved.