Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all, i have a small problem with my aspx page. On my page i have a table and in the code behind i have a function that dynamically adds rows and cells based on results from the database. The query that retrieves this data takes a while so i am using <asp:UpdateProgress /> to show a loading gif while the function loads. Everything works fine but once the table is loaded and i click the load button again i want the table to be invisible while the gif image is shown. At the moment when i click the load button a second time the image pops up on top of the page and the table is still visible at the bottom...any help will be much appreciated, thanking you in advance
Posted

1 solution

Hope so this will help you to dig more inside the Progress bar:

http://www.dotnetcurry.com/ShowArticle.aspx?ID=227[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900