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