TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Abraham Olatubosun
NA
471
113.4k
How to see progress of processing using jquery
May 13 2019 1:08 AM
Hello all,
Hope this question meet you in good health.
What i want to achieve is using Jquery to show the progress level of application processing either Updating or INSERTING of records.
I have tried:
$(
'#progressbar'
).hide();
$(
"#<%=Button1.ClientID%>"
).click(
function
() {
$(
'#progressbar'
).show();
$(
'#progressbar'
).progressbar({
value:
false
});
});
This shows a progress bar, want the progress bar to show the percentage of processing e.g
I am developing the application in ASP.NET C#
Thank you in advance
Reply
Answers (
4
)
how to automatic generate transform translate in jquery??
var bar_chart_data1 = [["Jan", 10], ["Feb", 8], ["Mar", 4]