Hi,
I have a image cropping functionality inside UpdatePanel. I've been trying to refresh the UpdatePanel so that image gets refreshed both after uploading through AjaxFileUpload and cropping the image. But it's not working. While uploading I try to refresh it with __dopostback method inside the client side uploadcomplete method and cropping happens on button click, so I've tried asynchpostback trigger for button but it simply refuses to help. I'm not sure where m wrong. Please help!