Posts by cpereira • 31 points
5 posts
-
-2
votes1
answer44
viewsQ: Nodejs Select database when logging in
Hello, good afternoon. I’m dealing with a project that will work as a service, the client has some knowledge in IT and requested that users can select the database when logging in, for example: On…
-
0
votes1
answer283
viewsA: Problem with ASP.NET Checkbox "The Parameter Conversion from type 'System.String' to type 'System.Boolean' failed."
I was able to solve it in a way I didn’t like very much, it was a palliative solution on the basis of in this post of Stackoverflow in English I switched @Html.Checkbox with the html input tag…
-
0
votes1
answer283
viewsQ: Problem with ASP.NET Checkbox "The Parameter Conversion from type 'System.String' to type 'System.Boolean' failed."
I’m having the following problem with a checkbox I have a checkbox list that is dynamically loaded (as the items that exist in the bank a checkbox is generated). I currently have only three items…
-
0
votes1
answer131
viewsQ: SQL Report Builder 3.0 Merge Rows into a Totalizer column
Considering a simple query where you bring a list of people containing your name, code and age, I would like it to be displayed in the last right column the sum of the ages according to the image…
-
3
votes1
answer1993
viewsQ: Dynamic fields with jsf and ajax not rendering mask
I have a JSF form in which I add fields <input> dynamically with AJAX. When I click on <h:commandButton> that trigger the routine of adding the <input> the field is added however…