Jun 15, 2008 #1 mais123 Programmer Joined Dec 26, 2007 Messages 36 Location US Does anyone knwo how to display infinity symbol in asp.net textbox? Thanks
Jun 15, 2008 #2 jmeckley Programmer Joined Jul 15, 2002 Messages 5,269 Location US i would research Char(int) and ASCII(int) functions. I haven't used them in a while, but the integer represents a character symbol. Jason Meckley Programmer Specialty Bakers, Inc. Upvote 0 Downvote
i would research Char(int) and ASCII(int) functions. I haven't used them in a while, but the integer represents a character symbol. Jason Meckley Programmer Specialty Bakers, Inc.
Jun 16, 2008 #3 ca8msm Programmer Joined May 9, 2002 Messages 11,327 Location GB You should also make sure that the character is part of the specified charset. [!] ------------------------------------------------------- Mark, Join me at the new IT Community of the 21st Century: [!][URL unfurl="true"]http://lessthandot.com[/!][/url] [/!] Upvote 0 Downvote
You should also make sure that the character is part of the specified charset. [!] ------------------------------------------------------- Mark, Join me at the new IT Community of the 21st Century: [!][URL unfurl="true"]http://lessthandot.com[/!][/url] [/!]