Posts by Otavio Rockenbach • 1 point
2 posts
-
0
votes1
answer151
viewsA: Fill inputs as option selection
I was able to solve it this way: I created a function with Javascript to store in a variable o value of select where it shows the product name and assigns this value to two id:…
-
-2
votes1
answer151
viewsQ: Fill inputs as option selection
Hello! I have this View where I update the value and quantity of a product in the Database by selecting it in Viewbag, works perfectly. I populate this Viewbag as follows in Controller:…