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
vineet sharma
NA
22
21.9k
how to change color for displayfor in mvc4 using razor view
Apr 23 2014 8:03 AM
how to change the color of displayfor in view page in mvc4 architecture using razor view in c#?
thanks in advance
code
<div class="editor-lable">
@Html.LabelFor(model => model.address)
</div>
<div class="editor-field">
@Html.EditorFor(model => model.address)
</div>
Reply
Answers (
0
)
Javascript errors in ASP.NET MVC 5
MVC membership(login)