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
- });
- });
I am developing the application in ASP.NET C#
Thank you in advance

Sivakumar KonetiPosted May 13, 2019, 11:24 PM
Abraham OlatubosunPosted May 13, 2019, 10:39 PM
Sivakumar KonetiPosted May 13, 2019, 3:38 AM
Rajeesh MenothPosted May 13, 2019, 1:51 AM