Posts by Joao Victor de Paula Ramos • 81 points
5 posts
-
3
votes2
answers59
viewsQ: How to maintain a responsive daughter DIV without overriding parent DIV and without using overflow:Hidden
Guys, I’ve been trying to apply an HTML layout for a while but I’m having trouble keeping Divs responsive. Basically the layout I want is this one. However when adding more color Divs Tomato the…
-
1
votes3
answers307
viewsA: How to save parts of a json in variable?
Basically to solve your problem we need to understand how JSON works. When you have a return that is in JSON format it will always be accompanied by a key and a value in format key:value This object…
-
0
votes1
answer56
viewsA: View data on a C# ASP.NET search screen
How to pass more than one parameter to View A: It is not possible to pass more than 1 parameter to the View method is precisely why we use Viewmodels for This. How to list my calls and at the same…
-
0
votes1
answer70
viewsA: Remove Background Checkbox Wpf Material Design
Doing this by Material Design itself will not give due to the construction of the component itself. If you want me to explain how this component works in Material Design. I made a style based on the…
-
0
votes1
answer103
viewsA: Date filter problem in C# (Mongodb)
You have to analyze that Mongodb has Datetime with UTC-0 probably when this record comes to your application it is coming with UTC-3 which is UTC from Brazil. So actually this record on Mongodb when…