I wanted to create a page that will real time monitor the user status like online/offline status. This status can be get from database. My question is..if i use timer (1 mins) to get the status from sql server (using query). Is it will consumer a lot of
resources..What is the best way to do this?
Go to the complete details ...