I am using Ckeditor for edit and insert data into mssql database in mvc 4 c#.
While editing data if any content just like images and contents(if content are more) then it will takes too much time to load the edit page..what should i do??
how to solve these problem???
Here is my code(Edit.cshtml):
Description : "padding-left: 3%;padding-bottom: 5px;"> - @*@Html.TextAreaFor(model => model.Description, new { @class = "ckeditor", @id = "editor1" })
- @Html.ValidationMessageFor(model => model.Description)*@
- class="ckeditor">@Model.Content
- @*@Html.TextAreaFor(model => model.Content, new { @class = "ckeditor", @id = "editor1" })*@
- "errorContent" style="color: Red;">
Afzaal Ahmad ZeeshanPosted Oct 6, 2016, 4:11 PM