Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to generate emoticon in asp.net 2.0 in visual studio
Posted
Comments
Sergey Alexandrovich Kryukov 20-Feb-11 18:19pm    
:-)

Does Google hate you so much that you have to ask questions like that? :)

http://en.lmgtfy.com/?q=generate+emoticon+%22ASP.NET%22[^].

[EDIT]
OK, first hit that attract attention, almost on top of the result list obtained from the above Google query is this (CodeProject, by the way!):
Display Emoticons on an ASP.NET Webpage[^].

—SA
 
Share this answer
 
v2
Comments
Sergey Alexandrovich Kryukov 20-Feb-11 18:50pm    
Comment from OP:

sir sakryukov,
i'm sorry to google, but all links or site i'd open but all of them are not answer my problem...he he he
Sergey Alexandrovich Kryukov 20-Feb-11 18:55pm    
Do you want to talk about it? :-)
Yusuf 20-Feb-11 23:16pm    
Sir, where is the 'laugh' emoticons, he..he..he
Espen Harlinn 21-Feb-11 9:36am    
Nice links, my 5
Sergey Alexandrovich Kryukov 21-Feb-11 16:18pm    
Thank you.
--SA
You don't generate emoticon. They are simply image file, which can be jpg, gif or what ever other format you like. Don't try to generate, but you will need to reference them.

1. You need the set of images you will need to work with
2. Designate some tags to be used as place holders in your content (usually this is user supplied data)
3. Parse your input and substitute your tags for real images.
4. Look, you got some shiny emoticons displayed. Wow!

May be this can give you some hint.
http://www.davidpirek.com/blog.aspx?n=Emoticons-in-ASP.NET:-how-to-generate-Emoticons[^]
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 20-Feb-11 23:36pm    
All right, my 5; good sharp plan of work.
If somebody is "sorry to Google", how to instruct such person. By the way, my reference is from CodeProject, C# (added under [EDIT]. Hard to imagine that one may need something more instructive.
--SA
Yusuf 21-Feb-11 7:57am    
all this they want is real working complete code. Arrggggg!
Sergey Alexandrovich Kryukov 21-Feb-11 16:00pm    
Oh, you say so now! You did not see next comment yet. Take a look below if you feel like a bit more roaring...
Oops! Sorry now I see you did from your comment -- you did nor roar. Then look at mine...
--SA
Yusuf 21-Feb-11 16:19pm    
I am in very bad mood today ( stemmed from personal life) yet, I had to push myself not to say anything. At times I feel enough is enough and want to leave answering question all together, I leave for sometime then I come back again. Aaarrrggggg!!!!!!
Sergey Alexandrovich Kryukov 21-Feb-11 16:51pm    
Control, control... :-) not doing something is not a method.
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900