Showing posts with label triggers. Show all posts
Showing posts with label triggers. Show all posts

Wednesday, March 28, 2012

Postback Multitask progress bar (ajax)

hello

I have a asp.net page that takes several actions uppon a button click.

Suppose this page triggers 3 functions on that button click: (THIS IS JUST AN EXAMPLE)
1) Saves data to local data base
2) Export data do internet data base
3) send emails to 50 users reporting this update

What I want to do is show the user wich action the server is performing at the moment.
basically, it should show (on a Modal PopUP, i figure) all the 3 steps taken.
1) ...saving data...
2) ...exporting data ...
3) ... notifying users ...

does anyone have a solution for this?

thanks

Checkout this threadhttp://forums.asp.net/t/1133013.aspx

Monday, March 26, 2012

Problem about UpdatePanel Triggers with SelectedNodeChanged event

Hi,everyone

I have a problem when use UpdatePanel , when debugging ,cannot run ,but no error tips,who can help me .Thanks very much!

<asp:UpdatePanel ID="AjaxMapPanel" runat="server">
<Triggers>

<asp:AsyncPostBackTrigger ControlID="DataTreeView" EventName="SelectedNodeChanged" />
</Triggers>
<ContentTemplate>
<asp:ImageButton ID="imgMap" runat="server" Height="672px" Width="864px" BorderWidth="1px">
</asp:ImageButton>
</ContentTemplate>

</asp:UpdatePanel>

Hi,

Would you mind elaborating it?

What happened when you tried to debug it?

Can you successfully build it?

Or please show me a simple repro.