I have an ASP.NET MVC application where I display in a text area a content that is in the database.
@Html.TextArea("Avisos", Model.Avisos, new { @class = "form-control", rows = 50, style = "max-width:none", @readonly = "" })
The display is...
asked by
01.06.2016 / 20:58