It allows the developers specify a server control to use as the progress control of ajax uploader.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public string ProgressCtrlID { get; set; }
Visual Basic
Public Property ProgressCtrlID As String
	Get
	Set
Visual C++
public:
property String^ ProgressCtrlID {
	String^ get ();
	void set (String^ value);
}

Field Value

The progress control ID.

See Also