Display Loading image on modal popup button click event in ASP.NET MVC and C#

Viewed 27

I want to display loading image on modal popup button click event. I have button on my ASP.NET MVC page, after clicking on button, it will show a popup, then when I click on button even on modal popup, there is functionality happens on button click event, since it takes some seconds time, I want to show a loading image until it get completed. I am using ASP.NET MVC model-fade popup.

Code for button click on ASP.NET MVC page, the function is to button click on model popup.

Could someone help me with this?

0 Answers
Related