MvcUploaderProgressCtrlID 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
Property Value
Type:
StringThe progress control ID.
See Also