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