Hi Mudassar Sir, I am using AsyncFileUpload to upload the file on OnUploadedComplete event i am binding the gridview with new datasource.On debugging its show that gridview is binded properly but after uploading the file gridview is not refreshed.My Gridview is not inside update panel
The only way is to refresh the whole page after fileupload is completed on client side
<script type = "text/javascript"> function uploadComplete(sender) { window.location.href = window.location.href; } </script>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.