plz suggest me HTML EDITOR

Posted by Sushant under ASP.NET on 2/16/2013 | Points: 10 | Views : 1498 | Status : [Member] | Replies : 4
hi
I want to Insert news in data base. For that i need html editor.which should standard editing capability. and that editor should be use to view News from data base..
Plz suggest name and give link to download that editor

Sushat


Responses

Posted by: Raj.Trivedi on: 2/19/2013 [Member] [MVP] Starter | Points: 25

Up
0
Down
Hello Sushant,

You can use AJAX HTML EDITOR,that will help you a lot and has lot of formatting options as well.

First you need to download the AJAX Control ToolKit from :- http://ajaxcontroltoolkit.codeplex.com/releases/view/100852

After that you need to embed the toolkit in the VS 2010.

and then you can use its properties as you want.

Go through the below link for a tutorial and its method


http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/HTMLEditor/HTMLEditor.aspx

Regard's
Raj.Trivedi
"Sharing is Caring"
Please mark as answer if your Query is resolved

Sushant, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Blessyjees on: 2/19/2013 [Member] Bronze | Points: 25

Up
0
Down
Hi,

You can use ckeditor, http://ckeditor.com/

Blessy Baby
Digitalmesh Softech pvt Ltd
https://blessybaby.wordpress.com/

Sushant, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Sushant on: 2/20/2013 [Member] Starter | Points: 25

Up
0
Down
@Raj and @Blessyjees actually i am working on asp.net 2.0 which is has not inbuilt ajax tool kit...So suggest editor which do not use ajax and thanks for reply

Sushat

Sushant, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Raj.Trivedi on: 2/20/2013 [Member] [MVP] Starter | Points: 25

Up
0
Down
Hello Sushant,

Since you are working with .net 2.0 you can use the htmleditor from http://www.freetextbox.com.

This does not requires ajax you just need to download the dll from their site and add it in the bin folder.

Then go to your page and add a textbox and just change the pre fix of asp:Textbox /> to <FTB:FreeTextbox />, and you're done.

Regard's
Raj.Trivedi
"Sharing is Caring"
Please mark as answer if your Query is resolved

Sushant, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response