Archives

Archives / 2010 / May
  • Using Rich Text Editor (WYSIWYG) in ASP.NET MVC

       Introduction:

              In ASP.NET MVC forum I found some question regarding a sample HTML Rich Text Box Editor(also known as wysiwyg).So i decided to create a sample ASP.NET MVC web application which will use a Rich Text Box Editor. There are are lot of Html Editors are available, but for creating a sample application, i decided to use cross-browser WYSIWYG editor from openwebware. In this article I will discuss what changes needed to work this editor with ASP.NET MVC. Also I had attached the sample application for download at http://www.speedfile.org/155076. Also note that I will only show the important features, not discuss every feature in detail.

       Description:

              So Let's start create a sample ASP.NET MVC application. You need to add the following script files,