I have a panelbar on my master page.
Click of each link in the panel bar opens a grid. Some of the grids have large number of records so they take longer to load.
I want to show a loading image when the user clicks the panelbar till the time the page is loaded.
I tried putting the panlebar in an AJAXPanle and using a loadingpanel with it but that didn't work.
How can I do that?
2) Also, my grid takes the user to a deatil page.
When i click on the grid the loading image shows but when the control is transfered to the detail page, before the page is rendered there is a blank screen.
I want to show a loading image there as well till the time the page is rendered.
I hope I am making sense.
Any ideas?
Click of each link in the panel bar opens a grid. Some of the grids have large number of records so they take longer to load.
I want to show a loading image when the user clicks the panelbar till the time the page is loaded.
I tried putting the panlebar in an AJAXPanle and using a loadingpanel with it but that didn't work.
How can I do that?
2) Also, my grid takes the user to a deatil page.
When i click on the grid the loading image shows but when the control is transfered to the detail page, before the page is rendered there is a blank screen.
I want to show a loading image there as well till the time the page is rendered.
I hope I am making sense.
Any ideas?