Posts by Mfilho_19 • 13 points
5 posts
-
1
votes1
answer2126
viewsQ: Load a table dynamically with ajax
I am trying to build a table by making a request to the server and populate it with the return. The server return is correct, but when you enter the function(data), I realized he carries my entire…
-
0
votes1
answer115
viewsA: Problems with select in multiple tables
SELECT email.assunto [Assunto] ,disp.cod_disparador [DisparadorID] ,p.Desc_Pessoa [DescricaoPessoa] ,ee.cod_Email_Auto_Config_Disparador_Email_Empresa [EmailDisparadorConfigID]…
-
5
votes6
answers13840
viewsA: What good is a builder?
The constructor can be used to instantiate an object... // Define uma classe. public class Classe { // Define uma propriedade nessa classe. public int Propriedade { get; set; } public…
-
3
votes1
answer115
viewsQ: Problems with select in multiple tables
I’m trying to make the conversion of a select from sql server to Dapper, as it was very big, I’m wanting to leave more lean and readable... However this appearing error in some passages SELECT…
-
2
votes1
answer1435
viewsQ: Inserting holidays in jquery datepicker?
I have a method that alters the datepicker of jquery and inserts some special days (in the case of holidays of the state of RJ), when selecting a holiday, an Alert with the day is launched, however,…