I am using AjaxFileUpload in ASP.NET 4.0 website and I have one gridview to show the uploaded file list upon update.
I'm using AjaxFileUpload FileUploadComplete function to save uploaded file list & bind into my gridview. However, my problem is the gridview with databind doesn't showed up on the page instantly & it'll show only after postback.
Any one can advise how to trigger postback once file upload complete OR how to make my gridview updated without any postback?
Appreciate any suggestion. Thanks.