My Agenda is when I click the Order
button then show the Progress bar, once the process is completed then progress
bar will be closed automatically.
First we need add below two
Jquery scripts in Scripts folder.
Add Jquery reference in .aspx
page.
<script src="Scripts/jquery-1.4.1.min.js"
type="text/javascript"></script>
<script src="Scripts/jquery.blockUI.js"
type="text/javascript"></script>
Below is the code for conformation for process .
Click the Ok button, Progress is showed.