Hi,
I just want to know if it is possible to have a fading notification using asp.net?? like in outlook and facebook if there is incoming message or notifications for you. Thanks
Hi,
I just want to know if it is possible to have a fading notification using asp.net?? like in outlook and facebook if there is incoming message or notifications for you. Thanks
if its web based notifications, jquery will do the trick. However i believe the focus must be on a browser for this to work.
Please mark thread as solved if it helped.
Definitely is possible but its a javascript thing not an asp.net thing. Look into jQuery, I think that was the library I used when I put it into a project. You would probably need to call the javascript from .net if you are using AJAX for page refreshes.
I found this tutorial on the net in a couple of seconds:
http://www.switchonthecode.com/tutorials/javascript-tutorial-simple-fade-animation
Hope that helps,
Thanks for the replies! I will try all your suggestions. Thanks again :)
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.