Hello,
i already contacted the support but couldn't receive any
help yet so Im trying here. I have a page which can receive a csv file
and load the data into our database. While the data is being loaded a ShowSpinner() function is called to show the user that something is loading or processing. At the end of the function another function called HideSpinner() is called so the spinner gets removed at the end. The problem is it does not get removed!
Here is the source code:
A quick WriteLine shows that the variable spinner_visibility
does get set to false but it doesnt affect the spinner. The strange
thing is that the spinner appears to behave normally once you use it in
other ways such as clicking a button to manually call hide- or
showspinner.
I would be glad for any help.