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



Set to true to display a debug window which displays callback data in real-time as it is set/received.

Syntax

Visual Basic (Declaration) 
Property Debug As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ILiveControl
Dim value As Boolean
 
instance.Debug = value
 
value = instance.Debug
C# 
bool Debug {get; set;}
C++/CLI 
property bool Debug {
   bool get();
   void set (    bool value);
}

Property Value

true if a debug window is displayed when callback data is sent/received; false otherwise. The default value is false;

Remarks

This property is intended to be used by application developers to assist in diagnosis of application bugs. Set this property to true to see the JavaScript that is executed on the client-side as a result of the server-side interaction with the controls.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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