TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Prakash
NA
258
77.9k
mvc5 + ckeditor
May 26 2015 12:52 AM
Hello...I am using ckeditor in my mvc5 application...when i trying to modify data from "Edit View",it get the data from database but when i trying to save modified data it can not save..it give the error to save...plz help
piece of Edit view
<div class="form-group">
@Html.LabelFor(model => model.Question1, "Question", htmlAttributes: new { @class = "control-label col-md-2" })
<div class="col-md-10">
@Html.TextAreaFor(model => model.Question1, new { @class = "ckeditor" })
@Html.ValidationMessageFor(model => model.Question1, "", new { @class = "text-danger" })
</div>
</div>
thank u
Reply
Answers (
7
)
encryption decryption
Getting and Storing ECG data in sql server