How to create a progress bar for button_click?
-
-
I want to add a progress bar to my button click event, since the Button_Click event in code-behind does a lot of data process and sometime takes 3-4 minutes to finish. Does anyone have ideas how to do it? Any help would be very appreciated! Thanks!!
You need to use AJAX to do that.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
I want to add a progress bar to my button click event, since the Button_Click event in code-behind does a lot of data process and sometime takes 3-4 minutes to finish. Does anyone have ideas how to do it? Any help would be very appreciated! Thanks!!
I found some really good example few months back, check if they fit in your scenario: http://www.123aspx.com/redir.aspx?res=31324[^] Other links on similar topic: http://msdn2.microsoft.com/hi-in/magazine/cc163467(en-us).aspx[^] http://msdn2.microsoft.com/hi-in/magazine/cc163463(en-us).aspx[^]
--- Harsh Gupta
-
You need to use AJAX to do that.
Christian Graus - Microsoft MVP - C++ "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
I found some really good example few months back, check if they fit in your scenario: http://www.123aspx.com/redir.aspx?res=31324[^] Other links on similar topic: http://msdn2.microsoft.com/hi-in/magazine/cc163467(en-us).aspx[^] http://msdn2.microsoft.com/hi-in/magazine/cc163463(en-us).aspx[^]
--- Harsh Gupta