Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI all,

I'm a bit down for this problem .took nearly 3 days.
How to get animated gif for long process call for wcf service
I need to show gif being animated (eg,loading... ) while my wcf call the service which is trying to retrieve the data from datasource. after data populated, i want my gif invisible.that's all.
but here my hair come out already for this :( . please help me
thanks in advance
Posted
Comments
ZurdoDev 19-Jul-12 8:10am    
You'll need to use jQuery to call your webservice asynchronously and then display a loading gif or you can use the asyncupdatepanel from the ajaxcontrol toolkit. But we have so little information as to what you have that it will be hard to help beyond that.

Is this a website or not ? You don't say that it is, and WCF does not mean that it is. if it is, then it's easy, you just show the image and your browser animates it. So, I think it's not. There's a class on Code Project somewhere for showing animated gifs in your winforms app, I suggest looking at that.
 
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