Posts by Erison Nicodemos • 99 points
7 posts
-
3
votes2
answers247
viewsQ: Update two tables with condition
I have the following scenario Two Tables Source Table - Destination Table Both with the same fields [ID] [name] [CPF] The query must go in the [CPF] columns of the two tables, when the [CPF] of the…
-
0
votes0
answers408
viewsQ: Two Dropdowlist ASP.NET MVC 5 filter
I would like to make a filter with two DropDownList. In the first filter are filtered the registered Units and in the second the Functions registered in that unit, with their respective Employees.…
-
0
votes2
answers65
viewsQ: Two Results in a Query
I have the following example, two related tables Tabela SETOR SetorID [chave] Setor Vagas Tabela FUNCIONARIOS FuncionarioID[chave] SetorID[chave estrangeira] Nome Funcao CargaHoraria I would like to…
sqlasked Erison Nicodemos 99 -
1
votes2
answers62
viewsQ: Save Campo Automatico
I have the following situation. In the Bank, I have the tables State, City, with data duly registered and linked. In View I would like to put only one Dropdown with the list of Cities, but I would…
asp.net-mvcasked Erison Nicodemos 99 -
2
votes2
answers461
viewsQ: Result automatic calculation javascript Asp.net mvc
I was able to sum two fields using Java Script, but the result only displayed by clicking on the result field, I would like to display the result automatically, without having to click on anything.…
-
0
votes1
answer82
viewsQ: View Field when Selecting Dropdownlist and save
I have the following scenario: in a form I have a field called Carga-Horaria, which is a Dropdownlist with a list of hourly loads. In this drop an option called another. When selected the option…
-
3
votes2
answers1083
viewsQ: Fields in the same line MVC5 Application Bootstrap
I would like a tip on how to put two fields on the same line in Razor, using bootstrap in an ASP.NET MVC5 application. div class="ibox-content"> <form role="form" class="form-inline">…