UploaderBaseUploadingMsg Property |
Gets or sets the "Uploading.." message.
Namespace: CuteWebUIAssembly: CuteWebUI.AjaxUploader (in CuteWebUI.AjaxUploader.dll) Version: 4.0.0.0
Syntaxpublic string UploadingMsg { get; set; }
Public Property UploadingMsg As String
Get
Set
<asp:UploaderBase UploadingMsg="String" />
Property Value
Type:
StringThe "Uploading.." message.
See Also