when i trying to open this page the animation loading never goes away i am using vb2019 ans asp.net core 3.1 and Java .
is thier any way to disable this animation . i am new in this .
this is the code
@{
ViewData["Title"] = "Bill Type";
}
@ViewData["Title"]
title="Collapse">
@section Styles{
}
@section Scripts{
}

hany mohamedPosted Oct 4, 2022, 2:56 PM
thanks for coopreation . but when i delete the
bacground image the site came like below
All details are gone
Vishvjit ShindePosted Oct 4, 2022, 9:01 AM
1.Right Click on page and click on inspect ,
2.Refresh the page
3.Go to networks and check any api calling is pending
Vishal JoshiPosted Oct 4, 2022, 5:40 AM
It should automatically done when load data complete. can you please check browser console is there any error?