Posts by Gustavo Andrade • 1 point
3 posts
-
0
votes1
answer39
viewsA: Mark checkbox from bd result
I finally found the answer and my editing Function was like this: function editpopup(id){ $("#myModal").modal('show'); carregar_cameras_condominio(); $.each(global_ar,function(index,value){ if…
javascriptanswered Gustavo Andrade 1 -
0
votes1
answer39
viewsQ: Mark checkbox from bd result
I have a table that brings data from comic’s cameras and through it I check the cameras and write their id in the same column divided by ','. I wanted to know how I do for when I go to edit bring…
javascriptasked Gustavo Andrade 1 -
0
votes1
answer535
viewsQ: How to search data in any column of datagridview, after popular it by the c#database
I have a datagridview that takes the data from the sqlserver database and needed to make queries, but as they are a lot of data we can’t keep pulling from the database. wanted to do searches through…