Solved
JQuery UI Progress bar with asp.net button control
Posted on 2010-08-17
Hi, I am very new to the JQuery. I am very good in asp.net. I have make application in asp.net where when i click on the button some process is going it is taking sometime and I don't want to user to click twice. But due to slow user is clicking twice and application is giving problem. SO I wanted use JQuery progress bar. When user click on the button my application should be disable and should show text that data is adding with progress bar. I have already make application such a way that process is once done that button will be disable. I don't want to give progress bar some interval but it should automatically go away after complete of button process.
Application design is in this way I have two different button in the data list which I need to progress bar. Button is in data List so it will generate 9 more button at run time.
Kindly somebody help me on that. I need any URL which can give source code to download so I can play around or else give me some cod for that