Hi,
How I hide the ajax uploader control in javascript or in Jquery? I have a situation where I need to hide the ajax uploader for some scenarios and display it for other scenarios, but I need to do this on the client side. I tried setting display to none in JS or Jquery but the control still shows. I noticed that if I set the control's visible property to false in server side code and the control is hidden, but for my scenario I need to to this in on the client side and cannot use visible false. Any suggestions?
Thank you.