@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.
@Html.Label("Billed Charges :")
@Html.Label(@Model.BillCharge == null ? "" : @Model.BillCharge)
7 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Rajeesh MenothPosted Apr 5, 2019, 12:38 PM
Bikesh SrivastavaPosted Apr 6, 2019, 2:37 AM
Rajeesh MenothPosted Apr 5, 2019, 5:17 AM
Bikesh SrivastavaPosted Apr 5, 2019, 3:57 AM
Rajeesh MenothPosted Apr 5, 2019, 2:10 AM
Bikesh SrivastavaPosted Apr 5, 2019, 2:03 AM
Madan ShekarPosted Apr 5, 2019, 2:01 AM
if it helps pls mark as answer.