Author: BigDogsDeluxe | Posted on: 9/23/2008 8:40:14 AM | Views : 1592

 
Why won't my aspx page display the updateprogress/updatepanel? If I put a MessageBox in the ProgressChanged method (below), it will pop open a
box as expected. Hence, I know that the BackgroundWorker is evoking the
ProgressChanged method. But I cannot get my webpage to update.

In the aspx page (only the relevant sections copied below):

<asp:ScriptManager ID="ScriptManager1" EnablePageMethods="true" EnablePartialRendering="true" SupportsPartialRendering="true" runat="server" />
<asp:UpdateProgress id= Go to the complete details ...