Progress Bar
-
Hi I'm using modal popup extender control & update panel in my application. some pages in this application have more than one update panels. now i want to disabled all the buttons in a particular page during a add/delete/update operation with displaying progress bar so that no one click on any button on the page during operation. how can i achieve this?
-
Hi I'm using modal popup extender control & update panel in my application. some pages in this application have more than one update panels. now i want to disabled all the buttons in a particular page during a add/delete/update operation with displaying progress bar so that no one click on any button on the page during operation. how can i achieve this?
Hi, you can use asp:panel with update image like ajax.gif set your panel.visible=false in your button add event btnadd_click ( panel.visible = true Insert..... delete.... update.... panel.visible=false ) Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.
-
Hi, you can use asp:panel with update image like ajax.gif set your panel.visible=false in your button add event btnadd_click ( panel.visible = true Insert..... delete.... update.... panel.visible=false ) Hope this one can help. Thanks Hi, Please select Good Question if my answer are fit to your Question.
sayrecollado wrote:
Hi, Please select Good Question if my answer are fit to your Question.
Dmm.. There is no
Good Question
Option :doh: onlyGood Answer
is there :)cheers, Abhijit CodeProject MVP