472,805 Members | 747 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,805 software developers and data experts.

How do I return a tick character

I need to show a tick char on an aspx form

I cannot see any unicode representation for this. short of using a graphic,
is there a better way?
Jul 21 '05 #1
4 5305
markeboy <to*****@airforce.nz> wrote:
I need to show a tick char on an aspx form

I cannot see any unicode representation for this. short of using a graphic,
is there a better way?


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

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #2
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

"markeboy" wrote:
I need to show a tick char on an aspx form

I cannot see any unicode representation for this. short of using a graphic,
is there a better way?

Jul 21 '05 #3
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" <Ra******************@discussions.microsoft.com>
wrote in message news:31**********************************@microsof t.com...
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

"markeboy" wrote:
I need to show a tick char on an aspx form

I cannot see any unicode representation for this. short of using a
graphic,
is there a better way?

Jul 21 '05 #4
clintonG <cs*********@REMOVETHISTEXTmetromilwaukee.com> wrote:
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.


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

--
Jon Skeet - <sk***@pobox.com>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Jul 21 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Greg | last post by:
I keep getting an error when I have a tick mark in a text value that I am searching for in my XPath Query. Example: <Authors> <Author LastName="O'Donnel"> <Author LastName="Smith">...
10
by: Martin Eyles | last post by:
Hi, I want to make a scale on a graph, by telling asp to insert empty divs of class tick, and the setting the style in css. I am trying to get a 3D effect by using colored top and bottom borders...
4
by: markeboy | last post by:
I need to show a tick char on an aspx form I cannot see any unicode representation for this. short of using a graphic, is there a better way?
10
by: Chad | last post by:
Given: #include <stdio.h> #include <stdlib.h> #define MAXLINE 200 int main(void) { char buff;
9
by: appelsinagurk | last post by:
Hi I'm fairly new to .Net programming so I'll try to explain my problem as easy as I can, and in advanced sorry for my poor english. I've got some spare hours where I work, so I've decided to...
1
by: Inaccessable | last post by:
This is probably very simple but still beyond me. I have a table that stores text in a number of different languages. Each entry has a unique ID number. Each language version of the same text...
4
by: paul.bentley | last post by:
I am trying to get a "Date entered" box to automatically fill when a tick box = true, without success so its over to the experts for some much needed help Thanks in advance
18
by: sweeneye | last post by:
Hi, I'm basing a query on the variables used in a form. The database contains lots of problems, say with a computer and a tick box for the apropriate component like monitor, keyboard, mouse etc....
5
by: scottie | last post by:
Hello to everyone. Here is a thing, I have been playing around with for a while now and I am still stumped !!!!!!! I have a table that contains expenses. Some of the values contain VAT and some...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.