I'm using
server Side task1 progress bar in my application............. I'm new to this:: and I dont know how to run the progress bar and how to link it with my application.
I have 3 things where i want the progress bar to show the progress::
(i) - when i fill the grid with a bunch of data...
(ii) - I've a button 'validate' which inside the event handler validates all the records entered in the grid by checking with the database
(iii) - I've a submit button whose event handler submits all the validated records into the database....
I want the progress bar to run in
each of the above cases.... How shod i be
manipulating over the percentage value to be shown in the progress bar???? How do i first link the bar's progress with my application?? Can u help me as i'm new to this