It allows the developers specify a server control to show the progress text of ajax uploader.

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

Syntax

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

Field Value

The progress text ID.

See Also