Posts by lucas francisco • 1 point
2 posts
-
-1
votes2
answers129
viewsQ: I can’t call CSS
When I use @Html.Editorfor and call css, it doesn’t come in input when I run, even if I take out new { htmlAttributes } @Html.EditorFor(model => model.Usuario.MATRICULA, new { htmlAttributes =…
-
0
votes1
answer426
viewsQ: There is no Viewdata item of type 'Ienumerable<Selectlistitem>' that has the key 'Usuario.T003_FK_COORDENACAO'
I’m having a problem with Dropdownlistfor, it’s populated with database data. Controller Code. var coordenacaoList = db.VW004_LISTAR_COORDENACAO.ToList(); ViewBag.CoordenacaoList = new…