Posts by Bruno VD Ribeiro • 1 point
3 posts
-
0
votes1
answer65
viewsA: how to take value from an autocomplete and send to the controller (AJAX)
If the above code is inside a Form and this form is submitted to the controller, just in the action you want to receive this value have a parameter called Name. Look at a simple example Public…
-
0
votes1
answer426
viewsA: There is no Viewdata item of type 'Ienumerable<Selectlistitem>' that has the key 'Usuario.T003_FK_COORDENACAO'
Lucas, Good afternoon I believe this error is happening on the return of your Post method, because the list "(Selectlist)Viewbag.Coordinatacaolist" should be null, make sure that all lists have…
-
0
votes1
answer30
viewsA: Show Simulation Result on another page
Try using this command here return RedirectToAction("Details", new { id = idsimulacao });