Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need Asp.Net Control working without Ajax Just Asp.Net and HTML

I need to make Admin of the website to Edit the content of any web page
with this control

Any Help...?
Posted

I think you are talking about HTML editor.
There are a few on the market
FCK editor:
http://ckeditor.com/[^]

TinyMCE editor:
http://tinymce.moxiecode.com/[^]

Read the documentation how to implement.

Good luck
 
Share this answer
 
Why no AJAX? it'll be quite tricky...
Try FCKEditor.
 
Share this answer
 
The above are great choices, tinyMCE works great. If you've licensed the Telerik controls and are building a webforms app, try out their WYSIWYG editor. We use it for our intranet site with good results.

http://www.telerik.com/products/aspnet-ajax/editor.aspx[^]
 
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