Hi,
First off, I'm kind of new to .Net tech.
I have a internal web application where user log in & assign a work order to another user if there is any.
so, What i'm trying to do now is create a like a OUTLOOK pop up email alert thing for each user where they can preview their work order instead of refreshing page to see if they got any new work order.
How would go about it?
Thanks in advance,
saq
gujjuvenilePosted Aug 2, 2007, 12:09 PM
Thanks for your suggestion, but i've done that part already.
what i'm trying to achieve here is, like an outlook , when someone receive a new email, it shows you a little preview on the bottom right corner of your desktop.
Thanks again
Munir ShaikhPosted Aug 2, 2007, 2:32 AM
My suggestion is that when even new work order / task is submitted to the user by some one maintain a flag in the database like isNew='Y' and while displaying at the front ent if the task is new blink with some red or green image and once user visited to that task update the flag isNew='N' so next time it will not blink
This should solve your problem
Enjoy!!
>>Munnamax