ActionStatus in salesforce
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiGqpVU1PnA_IsNtskqX6NL7ysEXk1PEMv9Sj11jNzRs5e9fUovlyADQ1vL1TQGmu_ZenvDy5FjInXSXOG6ygHNJNG3me4CTvsUCdHo58-j3gEs40b3NfRSOpGsVgZtSQLTiw2eivYZwmM/s1600/loading.gif)
---- visual force---- <apex:page controller="actionstatuscontroller"> <apex:form > <apex:pageBlock id="pbid" > <apex:pageBlockTable value="{!insertval}" var="ins" rendered="{!dsf}"> <apex:column value="{!ins.id}"/> <apex:column value="{!ins.name}"/> </apex:pageBlockTable> <apex:actionStatus id="actionstatusid"> <apex:facet name="start"> <apex:image url="{!$Resource.loading}" /></apex:facet> </apex:actionStatus> <apex:commandButton va...