Hi Terry,
thanks for your suggestion, but please clarify how to assign a CssClass to the Cancel Button on server side.
The only way I have been able to convince the Cancel Button to use a CssClass as you suggested is to force in the client script as follows:
function CuteWebUI_AjaxUploader_OnStart() {
var hidden = this;
hidden.internalobject.cancelBtn.className = "HideIt";
}
If I use the server code you suggeste in pageload the CssClass assignment is ignored at all.
Thanks
Marco