Posts by Gabriel Gleyser • 62 points
5 posts
-
0
votes3
answers696
viewsA: How to make a custom filter using the Bootstrap Selectpicker?
In my intention on this issue you should use Ajax to request the database, so you could query with LIKE and select a certain amount of standard items with LIMIT to update the client screen. Take a…
-
1
votes2
answers417
viewsA: Div position Fixed below other Divs
You can use: position: Fixed; right: 0; top: 100px;
-
1
votes2
answers701
viewsA: Combobox read only
Hello, if I understand correctly you want to take the option to write in Dropdown but want to be able to select its text property. This property leaves readonly Dropdownlist = Dropdownlist, but not…
-
0
votes2
answers2509
viewsA: Unable to access a discarded object
I’m not sure okay. but I think you are deleting the form that opens with the data after the first display and trying to display an object that has already been deleted in the second display attempt.…
-
0
votes3
answers261
viewsA: CRUD Object Oriented Programming
Hello, the inheritance and most used as inheritance even kkkk. Type: teacher, student, parents, etc. All have: name, age, sex, address. In this case you can use inheritance to avoid duplicate code.…