UploaderBaseProgressTextID Property |
It allows the developers specify a server control to show the progress text of ajax uploader.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic string ProgressTextID { get; set; }
Public Property ProgressTextID As String
Get
Set
<asp:UploaderBase ProgressTextID="String" />
Property Value
Type:
StringThe progress text ID.
See Also