Posts by Jeff Henrique • 1,020 points
58 posts
-
1
votes1
answer319
viewsQ: Remove element from the list in C#
I have a list and I want that after the foreach from that list, remove all elements from it, the method RemoveAll() asks parameter, but I don’t know which parameter to pass. foreach (var lista in…
-
-1
votes1
answer168
viewsQ: Retrieve data from Gridview
I need a javascript function that brings the data filled in gridview and put in a lista , searching found the following function: function pegarDadosGrid(e) { var dados =…
-
-1
votes1
answer367
viewsQ: Create List in javascript
I have a view and within that view, have my scripts, need to create a function that creates a lista of my ViewModel ex: public static List<ContatosViewModel> ListaContatos = new…
-
0
votes1
answer63
viewsA: Remove Devextreme text
I managed to solve through css .txtBanName > label { display: none !important; } And changed id to class: groupItems.AddSimpleFor(m => m.Ban_Nome).class("txtBanName") .Editor(e =>…
-
1
votes1
answer56
viewsQ: Create "border" in div that does not pass through text
I put the edge in quotation mark, because I don’t know if it’s really edge the name of it. I’d like to make that: Stay that way: In the case with the border passing through the text, without getting…
-
1
votes1
answer63
viewsQ: Remove Devextreme text
How can I remove the text and write down the text box in my form ? I need to remove the text Ban nome:, I need only the text box (css is not ready yet)…
-
1
votes1
answer383
viewsQ: Error deserializing Model JSON data
JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type 'SoftluxWebCore.Models.Tabelas.Financeiro.CaixasModel' because the type requires a JSON object (e.g.…
-
5
votes2
answers166
viewsA: Vector (array) log-in validation. java
Perhaps I am wrong, but I believe that comparisons must be made with == and not just =: if(check == false) == => Comparison = => Assign value…
javaanswered Jeff Henrique 1,020