Click here to Skip to main content
15,922,894 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
I have a specific requirement in C#.net window application. That is i have one gif image which shows a busy process when fill gridview.if gridview fill completed then visible false image..This image has to show till my back end process has to be completed. Please help me how to do this in Gridview filling process...
Posted

1 solution

this for gif animation :
http://www.java2s.com/Code/CSharp/2D-Graphics/PlayGifanimation.htm[^]

for stopping proces of animation you should specify which process fills the gridview, anyway in the code showed by link, insert a variable that stops animation, then you manage the animation at the end of filling process, you see it .. its your code ! :)
 
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