Groups | Blog | Home
all groups > dotnet general > june 2005 >

dotnet general : How do I return a tick character



markeboy
6/8/2005 7:45:03 PM
I need to show a tick char on an aspx form

I cannot see any unicode representation for this. short of using a graphic,
Ramesh Krishnamoorthy
6/9/2005 4:15:04 AM
Insert a label control and set its font to "Wingdings"
Set the Text property as ü
This will display the Tick mark and this font is supported by most browsers
and OSs

Ramesh Krishnamoorthy

[quoted text, click to view]
Jon Skeet [C# MVP]
6/9/2005 6:43:30 AM
[quoted text, click to view]

I can't find a tick character either - I suspect graphics are your only
way (or using radio buttons, or an X).

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
clintonG
6/9/2005 9:35:39 AM
Interesting but I just tried to do this using VS2005 and couldn't even
select Windings for the font nor could I copy a value from the Character Map
and paste as a value for the label's property.


<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/


"Ramesh Krishnamoorthy" <RameshKrishnamoorthy@discussions.microsoft.com>
[quoted text, click to view]

Jon Skeet [C# MVP]
6/9/2005 8:07:41 PM
[quoted text, click to view]

Using Wingdings in a web page would be a bad move anyway, IMO - it's
pretty Windows specific, I think.

--
Jon Skeet - <skeet@pobox.com>
http://www.pobox.com/~skeet
AddThis Social Bookmark Button