I have a problem. When I loaded data in page, they cut off after the point. And I don't know why! In database I have table and fields have type nvarchar(50-*). Data I keep in: text.text e.g. Minsk.Labanka 17
and page display only Labanka 17. Maybe problem with type?
Typical using model and contoller.
Below is the code line where getting problem:
<p class="rating-number">@Html.Label(Model.servicesModel.vRaiting)</p>
@Html.Label(Model.servicesModel.vRaiting)
` here I have problem with raiting. I keep value `7.1` but displayed only `1`. – Kanasi Jul 17 '17 at 09:30