How to know if Data Pages got Loaded When loading Asynchrously using Connect Wait ?
Under a Activicty i am Asynchrnously loading two Data Pages (D_Countries and D_States) and then using the Connect wait method .
How to know if both the Data Pages got Loaded ??
when I use Connect-Wait to check for completion Good/Fail indicates whether or not it finished, but how do I know if it completed bad? (Is that even an option?)