Posts by Gabriel Santos • 48 points
3 posts
-
1
votes1
answer39
viewsQ: List of objects generating string
I have an object list Person that contains a list of Endereços. I would like to print this person with the addresses on string. var pessoa = new Pessoa() { Nome = "Jão" }; var e = new Endereco() {…
-
1
votes2
answers130
viewsA: Problems loading cascaded dropdownlist whose field is created dynamically - Asp.net MVC
friend I don’t know if I got it right but come on. in the action of this controller: public IActionResult NOMEDAVIEW() { ViewBag.FormaContatos = new SelectList(_db.FORMACONTATODB.ToList(), "ID",…
-
1
votes1
answer72
viewsA: Load a Function after Success return and redirect page
Replace this code with your own. function Checkout() { var cookieValue = document.cookie.replace(/(?:(?:^|.*;\s*)Projeto\s*\=\s*([^;]*).*$)|^.*$/, "$1"); var arrayProdutos =…