Using FCK Editor in ASP.Net

Download FCK Editor from
http://ckeditor.com/download
and use Server.HtmlEncode(Eval("FieldName") ) for saving and Server.HtmlDecode(Eval("FieldName") ) for displaying.

Comments

Popular posts from this blog

HOW TO Use the NumericUpDown Control

How to show help text in page on mouse move

Get control name in Page_Load event after post back by any control