Click here to Skip to main content
15,894,252 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Sir,

I want to Insert/Type Symbol of vertical arrow and degree Centigrade in text box in .aspx Page.

Please suggest.
Posted
Updated 11-Jan-14 0:24am
v2
Comments
Paramaa 11-Jan-14 5:24am    
I think it't not possible to Insert/Type Symbol of vertical arrow inside of textbox. If you want please add a top arrow image with ImageButton control near textbox.
LebneizTech 11-Jan-14 6:14am    
Dear Sir,
I have inserted Symbol° in MS SQL 2000.Also it is readable parameter is SQL.
But I can not able to Insert Symbol ↑ in MS SQL 2000.It is not readable SQL.

I require to save line/paragraph including Symbol.So which DataType should I required.
Ex.: Difficulty in breathing since 10 days, ↑ed since morning.

HI
you can paste this ^ as up arrow , 37°C for centigrade

References : Degree Symbol[^]
Caret or up arrow [^]
 
Share this answer
 
v3
First : DataType should be nvarchar to store in SQL
Second : Alternate Method to Insert Symbol is Copy Symbol(°F » ↑ ↓) and Past it.
But I aspect this Symbol should insert by clicking on it.
 
Share this answer
 
If it's possible at all, then you would copy and paste the characters in question in to javascript and write code to insert those characters. ASP.NET has nothing to do with it, unless you want to prepopulate the controls, in which case the answer is the same, but in the C# code.
 
Share this answer
 
Comments
LebneizTech 18-Jan-14 6:56am    
Dear sir,
How to write code to insert characters ?
Christian Graus 18-Jan-14 16:48pm    
You would either use the Text property in C#, or if you want to do it on the fly, you'd use jquery or just javascript to find the control, and change it's contents.

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