Posts by Alisson Santos • 41 points
2 posts
-
2
votes1
answer1012
viewsQ: Get items from a List<String> - ASP.NET
I am beginner in ASP.NET development with C# and, I have the following question: When loading a page, I run a method that fills a Dropdownlist. This Dropdownlist is part of a form and, after it is…
-
2
votes1
answer139
viewsQ: Multiple update in a configuration table
I would like to know the best method to update a table I have where there are 3 columns: ID, Key, Value Today I’m doing so: UPDATE dbuf.dmds SET situacao = '0' WHERE id_demanda = '1'; UPDATE…
mysqlasked Alisson Santos 41