Hi Team,
Having decimal value stored in viewbag.
Binding the viewbag value to label in view showing last two digits.
this is the way i am binding to label.
Please help me on this in this label it is showing only 00
ViewBag.PromoVolMT =10.00
@Html.Label((string)ViewBag.PromoVolMT, new { @id = "lblPromoVolMT", @class = "form-control" })