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
Guest User
Tech Writer
64
2.8k
How to get rid off "history of saved data"
Apr 28 2021 10:13 AM
Hello!
How can I get rid off this "helping saved data"?
That's the code for the EditorFor
<div
class
=
"form-group"
>
@Html.LabelFor(model => model.ValoareBid,
"Valoarea ofertei:"
,htmlAttributes:
new
{ @
class
=
"control-label col-md-2"
})
<div
class
=
"col-md-10"
>
@Html.EditorFor(model => model.ValoareBid,
new
{ htmlAttributes =
new
{ @
class
=
"form-control"
} })
@Html.ValidationMessageFor(model => model.ValoareBid,
""
,
new
{ @
class
=
"text-danger"
})
</div>
</div>
Reply
Answers (
1
)
i want one table multiple operation at same time using mysql c#
Translate the Pseudocode program into a single C# (Java or Python)