I am fetching some values from database and displaying them on screen. Query is generated on one page and then that page calls other page and displays the result. My problem is Screen flashes when I submit the first form. page appears without any data but with labels and table I put.then the screen flashes & the data is present.
How can I remove this flash? I don't want those labels and table to be appeared before data is fetched.
Thks
How can I remove this flash? I don't want those labels and table to be appeared before data is fetched.
Thks
Comment