A
A
andy3010862015-07-17 18:22:14
ASP.NET
andy301086, 2015-07-17 18:22:14

Emoticons in the notification?

Hi all.
Perhaps someone has come across emoticons in asp, net mvc, which can be stored in the database and sent in notifications (how aware this should be in utf-8). Mot who thread knows a good plug-in for asp.net mvc?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oblomingo, 2015-07-17
@Oblomingo

You can save emoticons in the usual way, for example, as ":-)". And when displaying, do autocorrect and insert an element with a gif image instead of this line. This option will be displayed correctly in any browser.
For example, like this: msg = msg.Replace(":-)", " smile.png ");

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question