I have a button "start upload" within updatepanel. On clicking of it i have to get the files from share path and upload it to sharepoint document library.
While uploading each file, i want to show progressbar with shaded color in the bar and something in the message like " 1 of 10 completed , 2 of 10 completed and so on etc..
Can you give some reference url for showing the progressbar on postback?
It would seem that you are either extremely lazy or totally lacking in any research skills. A reasonable search string in any search engine will return dozens/hundreds/thousands of hits.
Have you actually done anything to help yourself?
Also, life can be tough. Not everything is handed to you on a plate. Sometimes a developer actually has to develop their own code rather than just take it from someone else.
ksureshh_pk
Member
247 Points
266 Posts
Progressbar on button click event.
Aug 17, 2012 08:51 AM|LINK
Asp.net , c# web application.
I have a button "start upload" within updatepanel. On clicking of it i have to get the files from share path and upload it to sharepoint document library.
While uploading each file, i want to show progressbar with shaded color in the bar and something in the message like " 1 of 10 completed , 2 of 10 completed and so on etc..
Can you give some reference url for showing the progressbar on postback?
Thanks,
Suresh.
sandippatil4...
Participant
1659 Points
315 Posts
Re: Progressbar on button click event.
Aug 17, 2012 08:55 AM|LINK
Hi,
see below link
http://jurgens-nettuts-tutorial.s3.amazonaws.com/ASPNET.ProgressBar.pdf
http://amit2net.blogspot.in/2012/03/progress-bar-in-web-application.html
http://www.asp.net/Ajax/Documentation/Live/overview/UpdateProgressOverview.aspx
ASP.NET File Upload with *Real-Time* Progress Bar
http://mattberseth.com/blog/2008/07/aspnet_file_upload_with_realti_1.html
ksureshh_pk
Member
247 Points
266 Posts
Re: Progressbar on button click event.
Aug 18, 2012 12:15 PM|LINK
Sandip,
Above references shows , how to display "Loading" text or icon to the page when some process happening behind the screen.
But I want to show , what is the exact process going behind the screen?
ie while uploading file 1 .. progress bar text should be "1 of 10 file completed"
while uploading file 2 .. progress bar text should be changed to "2 of 10 file completed"
and so on..
Can you give me the reference URLs for the above case?
Suresh.
Paul Linton
Star
13431 Points
2535 Posts
Re: Progressbar on button click event.
Aug 19, 2012 02:14 AM|LINK
It would seem that you are either extremely lazy or totally lacking in any research skills. A reasonable search string in any search engine will return dozens/hundreds/thousands of hits.
Have you actually done anything to help yourself?
Also, life can be tough. Not everything is handed to you on a plate. Sometimes a developer actually has to develop their own code rather than just take it from someone else.