Ajax Uploader Class Reference

UploaderBase.AddControlIDToAttribute Method 

[Visual Basic]
Overridable Protected Sub AddControlIDToAttribute( _
   ByVal writer As HtmlTextWriter, _
   ByVal buttonid As String, _
   ByVal buttonName As String _
)
[C#]
protected virtual void AddControlIDToAttribute(
   HtmlTextWriter writer,
   string buttonid,
   string buttonName
);

See Also

UploaderBase Class | CuteWebUI Namespace