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):