Click here to Skip to main content
15,910,471 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I am having a web application where it consists of text box in which if i give some inputs it will search in DB and display the result. But if i keep that web application opened for few minutes and am remaining in idle, then if i give some input in text box it is not retrieving the values from DB. Instead it is showing the error message which I have configured in code as "No data available". Can anyone help me on this pls???
Posted
Comments
Mukesh Ghosh 9-Jul-13 5:01am    
are you using session state for searching? In case it might timed out.

1 solution

The problem is your session has expired. In all such cases when session gets expired we usually force user to switch to login page. You have to do session management to fix this issue.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900