Load HTML content once vb enter event is completed
Summary
Load HTML content once vb enter event is completedContent
I have a page with blank div tags and heading corresponding to that.
I have added vb enter event which fetch data from the backend service and binds that data to the corresponding div's in my html page.
Issue is when page loads blank div's with heading are visible for end user for few seconds till data is fetched from service.
Do we have any options in vbcs to avoid loading page before the vb enter event. We don't have option to show some gif loader .
Tagged:
0