User-271186128 posted
Hi jagan12013,
First, as mgebhard said, please set a break point and check whether the resultobj is null or not.
Second, perhaps the session expired, please make sure it not exceeded the expiry
time.
Finally, you could check the Session-State Modes, if you are using InProc
mode, the data might loss. You could try to use SQLServer mode. More details, please refer to this article:
https://msdn.microsoft.com/en-us/library/ms178586.aspx
Best regards,
Dillion