im developing an applicationin c#. there are two types of users, sayenduser and admin. i have a table to track the enduser login status. when an user loged in to the application a message should be send to the admin. i dont want to fire a query every second to check the user status using the timer. is there any other way to do so. thanku
Remember to click "mark as answered" when you get a correct reply to your question
Marked As Answer byBinil MBThursday, May 14, 2009 8:10 AM
A.m.a.L - aditi.com - Think Product Thursday, May 14, 2009 6:05 AM
thank you so much for ur reply. i do have a login screen. both the users have their interface, like mdi form. assume that admin is already logged in. when a user login from any other system, i need to show a messagebox with messagebox.show("") in the admin mdi form.