Posts by Ricardo Facincani • 91 points
8 posts
-
0
votes1
answer324
viewsA: Mysql trigger from one base to another
I was able to figure out the problem. Since the version of my mysql is 5.5 it has some particularities in the construction. It doesn’t change much, it’s details that affect. You have to use the…
-
0
votes1
answer324
viewsQ: Mysql trigger from one base to another
I am trying to create a Trigger in Mysql where I need in updating a table (I will call tb1) depending on the situation field, delete a record in another database from a table. Base 1 = B1 Table 1 =…
-
0
votes2
answers1382
viewsA: Laravel 5.3 with Ajax
Virgil, I managed to solve it. You gave way and I went looking for the problem. What was happening was an interference / location of the Section inside the master blade with the Blade that was the…
-
1
votes2
answers1382
viewsQ: Laravel 5.3 with Ajax
Dear friends, I ask your help to help me solve an Ajax problem with Laravel 5.3 I am facing problems with Internal Server Error 500, and looking for information about it, it may be a problem of…
-
0
votes1
answer821
viewsQ: Laravel with panel Laravel-admin
I’m a beginner with Laravel and I’m using Laravel 5.3 with the Admin Panel called Laravel-admin (https://github.com/z-song/laravel-admin) I need to get the answer of a radio button with Ajax before…
-
1
votes1
answer928
viewsQ: How to treat a decimal field with no homes after comma in a jquery mvc c#mask
I have a model with the following definition: [Display(Name = "Quantidade / Volume:")] public Int32 RoQuantidade { set; get; } In my View to fill the data when empty, that is, that have not yet been…
-
1
votes1
answer1175
viewsQ: How to take the value of a Dropdownlist to choose the action to be executed
I ask for your help to help me to assemble the following situation: I have a structure in EF database first where I have a type that the user must select and after selecting this type in the…
-
6
votes1
answer5562
viewsQ: Displaying message in a view through the C# MVC Controller
looking for a solution I found a way in the link Controller message to view But my problem is that nothing is shown. I don’t know if it’s because I don’t have an action in the View but the message…