PowerWEB File Upload for ASP.NET
ControlID Property
See Also  Send comments on this topic.
Dart.FileUpload Namespace > PostedFile Class : ControlID Property



The ID of the control used to upload the PostedFile.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property ControlID As String
Visual Basic (Usage)Copy Code
Dim instance As PostedFile
Dim value As String
 
value = instance.ControlID
C# 
public string ControlID {get;}
C++/CLI 
public:
property String^ ControlID {
   String^ get();
}

Remarks

Primarily, this property is used within events to determine which Control the file is associated with.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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