Updating UpdatePanel using update method programmatically

"Potter, Mark S." <[email protected]> Tue, 10 Jul 2007 21:36:38 -0400
Newsgroups gmane.comp.windows.devel.dotnet.web
Message-ID <[email protected]>
I wrote a simple 1 page AJAX site that has an update panel.

 

<asp:ScriptManager ID="ScriptManagerSingleServer" runat="server" />

 

<asp:updatepanel ID="UpdatepanelSingleServerInput"
UpdateMode="Conditional" runat="server" />

 

The <ContentTemplate> contains some text boxes that I want to update
programmatically from a long running server process that starts in a
button postback event.

 

I am calling the Update method during the process multiple times but I
am only getting the last update.

 

Is it possible to update the progress of a process multiple times during
a postback using the Update method?

 

Thanks in advance.

 

Mark Potter

 

 

 


===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com