[Visual Basic]
Overrides Protected Sub AddControlIDToAttribute( _
ByVal writer As HtmlTextWriter, _
ByVal browseid As String, _
ByVal buttonName As String _
)
ByVal writer As HtmlTextWriter, _
ByVal browseid As String, _
ByVal buttonName As String _
)
[C#]
protected override void AddControlIDToAttribute(
HtmlTextWriter writer,
string browseid,
string buttonName
);
See Also
protected override void AddControlIDToAttribute(
HtmlTextWriter writer,
string browseid,
string buttonName
);
Uploader Class | CuteWebUI Namespace