Hi Everyone,
The UpdateProgress stays forever even after the page loaded in Firefox version 32 , but it works fine all the version of IE and chrome but in Firefox version 32 its not working..
We have the following functionality..
We have two Imagebutton namely
- Imagebutton1
- Imagebutton2
and one ModalPopupExtender and one panel . The panel will have grid control
The TargetControlID property of the ModalPopupExtender controller will point to Imagebutton1 and PopupControlID property will point to the Panel.
When the user click on the Imagebutton1 the ModalPopupExtender shows the panel in the popup and we are getting the grid.
For the Imagebutton2 ..OnClick event we are calling the this.ModalPopupExtender.Show();
When we click on the Imagebutton2 the updateprogress comes on screen and its stays forever and we are not able to do any activity on the screen..
This issue occurs only for the Firefox version 32
Please help