Question : Multiple AJAX Updating Indicators

I have a very big aspx page (300k) that has 3 different places where the user can input data and write to the database. I added an AJAX  updating indicator but no matter what button i press, all of the indicators popup with the ones i didnt request staying on the page infinitly. How can i have the AJAX indicator load only when i click one button? I have a javascript function for each one of the places where the user can write to the database just changing the names as you can see so i didnt attach all 3 functions. I shortened the tag prefix to ajax but i'm using the ajax control toolkit

Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:

 
ASPX :
            
                
 
        
Making the table bigger
even bigger And bigger and bigger
<%-- place the update progress div over the gridview control --%> <%--find the update progress div and place it over the gridview control--%>
Open in New Window Select All

Answer : Multiple AJAX Updating Indicators

I just read that this behaviour is by design so i cant use the approach. So is there another way to have multiple AJAX indicators on a page that only show when the corresponding button is clicked?
Random Solutions  
 
programming4us programming4us