How do we display a progress bar in C# for a button click event in WebForm?
03:56 15 Feb 2011

I have a button click event which does a lengthy function and takes time. So i want to display a progress bar. Can you let me know how can I do it.

I am very new to .NEt .. any help appreciated

Thanks in Advance, Amritha

c# progress-bar webforms buttonclick