1

How to track the progress of a SQL update using progrss bar in asp.net web page?I need to run a query which will update a table in a database .the web page will show the progress while updating database when the start button is clicked.I tried the ajax controls but am not sure where the sql query should be placed.

1 Answer 1

1

Every progress bar works in the same manner, no matter what you are performing behind the scenes.

Take a look at this very good article, explaining step by step, how you can implement the progress bar: Using UpdateProgress Control Effectively

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.