Posts by Cássio Elias • 1 point
2 posts
-
0
votes0
answers44
viewsQ: Error 500 (Internal Server Error) Get
ERROR GET http://localhost:54446/Tasks/Listrintegrants? team=1 500 (Internal Server Error) HTML @using (Html.BeginForm()) { <div class="form-horizontal"> <h4>TarefaViewModel</h4>…
-
0
votes1
answer29
viewsQ: How to fill a Dropdownlist from another Dropdownlist
I need to know how to popular a Dropdownlist from another Dropdownlist. Example: I have a Dropdownlist called Team that takes information from my DB. When I select for example "Equipe1" I need that…