Posts by Somdesp • 47 points
8 posts
-
0
votes1
answer211
viewsQ: Cascade and Composite Dropdownlist MVC
I have one question I have 1 User class and composed by other classes Gender, Course and Semester Ex public int Id { get; set; } public string Nome { get; set; } public Genero Sexo { get; set; } =…
-
0
votes1
answer73
viewsQ: List 2 Tables in One Oriented Object
I’m doing some academic work. and I’m not listing the BD data, that is giving the error java.lang.Nullpointerexception I searched something similar found , I saw some examples however the way they…
-
2
votes1
answer143
viewsQ: Method does not return true Boolean even if it is positive
I am with a project account that makes a deposit, however I am not able to return a true even it finding the value in the database this my Class method counts public boolean depositoConta(double…
-
1
votes0
answers168
viewsQ: Update using Json HTML and PHP
Good morning I need to update the data on my index They are loaded as follows Javascript $("document").ready(function () { function gerarFunctionario(obj) { return '<div class="col-md-4 col-sm-4…
-
1
votes1
answer189
viewsQ: Each Database Row enter a separate DIV
Good afternoon I’m trying to make a query Mysqli , ie , I want each line of the database enters a separate div , I searched and found nothing resembling what I think is in a difficult way to…
-
0
votes1
answer120
viewsA: Ajax PHP Combobox Returns nothing
I was able to find a solution I changed the Javascript $(function(){ $('#carrDpto').change(function(){ if( $(this).val() ) { $('#carrCarg').hide(); $('.carregando').show();…
-
0
votes1
answer120
viewsQ: Ajax PHP Combobox Returns nothing
I can not return anything .. when I test instead of the city field and erase there it returns but with the name of the city it does not return has data limit for a CMB? $(document).ready(function()…
-
-1
votes2
answers992
viewsA: Load a combobox by selecting another combobox
Very Good.. Worked Here Using Office and Department However when use in the city is not returning anything <?php include "connection.php"; $ufid = filter_input(INPUT_POST, 'ufid',…