Posts by Mateus Mattielo Nickhorn • 93 points
7 posts
-
5
votes2
answers355
viewsQ: Would using underline in C# be good practice?
The question refers to development pattern and good practices. I come from a Javascript and PHP world, work for 12 years with development, and I’m very used to using underlines _ variables, such as…
-
0
votes1
answer529
viewsQ: Change css pagination datatables
Is there any easy way to change the css of a datatables? In my case, I would like to change the color of his pagination, I would like to put a darker blue. I believe he’s picking up some kind of…
-
0
votes1
answer67
viewsQ: Event when updating a table
Good morning guys, I have a datatables that searches some data by ajax, on this same screen I have a button that I like to leave disabled and only enable when the table has finished being loaded,…
asked Mateus Mattielo Nickhorn 93 -
1
votes3
answers1381
viewsQ: How to declare an object parameter as null in C#
I have the following class in C# namespace Projeto.Models { public class Biblioteca { public int Id {get; set;} public string Nome {get; set;} public Livro Livro {get; set;} } public class Livro {…
-
0
votes2
answers521
viewsQ: Remove Auto Indentation from Visual Studio
good afternoon, I’m using Visual Studio a little while ago (for changes in the company) and I want it to stop "fixing" the code automatically, I made a gif trying to exemplify (the version I’m using…
visual-studioasked Mateus Mattielo Nickhorn 93 -
0
votes1
answer195
viewsQ: How to take the content of a textarea and show in a modal
I wonder if I can take the content of a textarea (which in this case is a Texbox) and show in a modal, in my case: Follow the code I made: <asp:Label runat="server" CssClass="text-bold"…
-
1
votes1
answer579
viewsQ: Change Google Maps default pin color
Good morning guys, it’s my first question here, so if I do anything out of the norm I apologize in advance. Need to change the default color of the google maps pin to some hexadecimal value, would…