Align the UpdateProgress loading image to the button clicked
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I am looking at ways to align the AJAX UpdateProgress next to the button that is doing a server postback, but not having success. I first added the UpdateProgress above the UpdatePanel in the masterpage (use one masterpage with an updatepanel), but when I click the button, the UpdateProgress image was displaying at the top. I then moved it next to the button(on the page that was doing the postback), but then had a few of these UpdateProgress images displaying to the "submit" buttons (there are 3 of these on the page). Does anyone know how to get passed this? Thank you.