Click here to Skip to main content
15,881,559 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am using visual studio 2008 sp3, and ajax control for 3.5 framework. In my ajax I dont have update progress tool. Can i get a ajax dll with the same or do i have any other option to show user on my website an image which says loading....using javascript or anything like that. I weant to show user a staus when he is downloading some data. Till the data is mined from the server I want him to see the "Loading...".

Can anybody help me on this please .. ?
Posted

In my ajax I dont have update progress tool
What do you mean by this? If you have other controls like scriptmanager, updatepanel, etc then you would have this too.

As such, as asked, there are other alternatives too:
Making web progress bar using ASP.NET 2.0 and C#[^]
jQuery Progressbar[^]

If you have updateprogress:
MSDN: UpdateProgress Control Overview[^]
CP: The UpdateProgress Control of ASP.NET AJAX Extensions[^]
AJAX.NET UpdateProgress control[^]
 
Share this answer
 
Comments
Taresh Uppal 26-May-12 3:34am    
Sir i have solved the problem somehow...using ajax update panel extender and update panel but after the completion of process the panel still rermains in the hold process and the image stays there.....and i have given the thread sleep to 5 secs only still..it doesnt goes back...
Espen Harlinn 26-May-12 4:37am    
Good reply :-D
Taresh Uppal 26-May-12 4:54am    
can u help me ?
 
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