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
Sasi Reddy
NA
346
226k
Default value for Checkbox
May 3 2014 5:48 AM
<tr>
<td align="right" >
@Html.LabelFor(model => model.LandCertificate,"Land Certificate")
</td>
<td>
@Html.CheckBoxFor(model => model.LandCertificate)
@Html.ValidationMessageFor(model => model.LandCertificate)
</td>
</tr>
This is my view.I need to set default value for that checkbox. how to do this one?..I have a value for checkbox in my controller that value i need to set.
Reply
Answers (
1
)
folder upload
folder Upload