Hi Ken,
Thank you for your reply. If we were to define an event handler:
protected void attachment1_FileUploaded(object sender, UploaderEventArgs args)
{
}
wouldn't one have to add the a missing namespace (like, #using CuteWebUI.AjaxUploader;) as the compiler may return an error on the missing definition of UploaderEventArgs? We had been looking in the online documentation for a namespace to use but can't find one.
Regards,
Michael