Hi all,
I want to add a loader when i click on get data button and once all data is loaded in grid view then loader need to disappear automatically.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Bikesh SrivastavaPosted Oct 21, 2016, 6:59 AM
Ananth GPosted Oct 21, 2016, 12:51 AM
Midhun TpPosted Oct 10, 2016, 1:31 PM
Can you pleae specify what you mean by automatically hiding after save button functions? If you want to acheive that you may need to use update panel. Please note that system.threading is only used to show the loader for a minimum period, else it will be like a flash which comes and go quickly. You can remove that if you want. Please follow below article-
http://www.aspsnippets.com/Articles/Show-Loading-Progress-Indicator-using-GIF-Image-when-UpdatePanel-is-updating-in-ASPNet.aspx
You can also use it without update panel, but you may need to remove loader image manually by code like making the div's display as none after all codes are executed.
RAHUL PATILPosted Oct 10, 2016, 10:21 AM
Rajeev PunhaniPosted Oct 10, 2016, 10:13 AM
If the above solution is helpful then,accept the answer.