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
Schleid Alex
NA
361
47.9k
Hidding information
Feb 16 2020 9:03 PM
Hi
I have this on an edit page and I want to hide the following
<div class="form-group">
@Html.LabelFor(model => model.StoreID, htmlAttributes: new { @class = "control-label col-md-2" })
<div class="col-md-10">
@Html.EditorFor(model => model.StoreID, new { htmlAttributes = new { @class = "form-control" } })
@Html.ValidationMessageFor(model => model.StoreID, "", new { @class = "text-danger" })
</div>
</div>
How do I do that?
Thanks in advance
Regards
Reply
Answers (
4
)
Implement calendar scheduler in MVC 3
About asp.net core