Watch Pre-recorded Live Shows Here
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Bikesh Srivastava
103
22.6k
3.1m
Value is displaying only after . not whole in mvc
Apr 5 2019 1:52 AM
@Model.BillCharge value is $200.12 but after render value is displaying only 12 on page.I found solution but I am worry about why and how.
<div class="col-md-4 col-sm-4 col-xs-12">
<span class="labelBlue">
@Html.Label("Billed Charges :")
</span>
@Html.Label(@Model.BillCharge == null ? "" : @Model.BillCharge)
</div>
Reply
Answers (
7
)
How to hide grid view in UI design ?
i am getting an chart error: chart element already exists