One of the issues I think about every time I build my web application is how messages should appear to the end-users
I tried message boxes like those in windows applications, but they look so bad and make problems when published on the server. I've tried an update panel containing a cool label at the top of bottom of my page..but still i feel it's not good enough at all. Sometimes I have problems in specific cases when using AJAX, and it still doesn't look good for the users...
I want to ask about the StackOverFlow messages that appear for a while and then disappear, for example the message that appears in orange when voting a message up or down.
I want to build messages like these or reuse a DLL that can provide these. Is this feasible?
note::: the messages appeared for the user based on specific condition on the server side..
Thanks in advance.
See Question&Answers more detail:os