Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear friends,

Please help me,

i show the ckeditor in my project.if i insert code like "Test <<1>> " then this line stored in database like.."Test <<1>>" in this format.

but i want to insert like same "Test <<1>> ".

or i want to replace < and > to < and > format.

can you help me..please.



Thank you.
Posted
Comments
Azziet 25-Feb-13 7:50am    
in line no..6 ---- or i want to replace < and > to < and > format.

there is no difference between < and > -- < and >
Richard C Bishop 25-Feb-13 11:50am    
Your question makes no sense at all. You are trying to change something into what it already is?
Sandeep Mewara 26-Feb-13 0:16am    
This is not a well framed question! We cannot work out what you are trying to do/ask from the post. Please elaborate and be specific.
Use the "Improve question" link to edit your question and provide better information.
Anuja Pawar Indore 27-Feb-13 7:51am    
Why are you re-posting your question, update the previous one
http://www.codeproject.com/Questions/552186/ckeditorplususingplusonpluswebpage

1 solution

Try using

C#
Server.HtmlDecode()
and
Server.HtmlEncode()
 
Share this answer
 

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