Using The UpdateProgress And PostBackTrigger?

Apr 20, 2012

I have a project where I'm using the 'FileUpload' Control in an update panel. In order to make the control work correctly I needed to add a 'PostBackTrigger' for the button that is used to process the file from the FileUpload control. That all works fine other than the program processes a lot of data and needs a progress bar to show the user that its still working. I have tried using the Ajax 'UpdateProgress' control but it will not work when the button (causing the Async post) has a PostBackTrigger associated with it.

Note: if you take off the Trigger, the UpdateProgress works just fine but the FileUpload fails. I have run into this issue before with the FileUpload control.Here is a simple example

<form id="form1" runat="server">
<div>
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>

[code].....

View 2 Replies


ADVERTISEMENT

UpdateProgress Bars And Update Panels?

May 19, 2009

I have a grideview that displays rows that will be deleted across servers by the click of a delete button in the footer of the grid. This delete will take a long time so i want an updateprogress bar. I'm not really familiar with it so I don't know where to begin.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved