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.
http://ckeditor.com/download
and use Server.HtmlEncode(Eval("FieldName") ) for saving and Server.HtmlDecode(Eval("FieldName") ) for displaying.
Comments
Post a Comment