Posts by Rone Filho • 43 points
2 posts
-
1
votes1
answer32
viewsQ: Adding 2 rows of fields in a Database using C# (MVC)
I am doing an Actionresult within a control to effect some purchase data. The idea is to buy and sell products (in this case Coins),negativando a Quantidade and positive Valor in case of sale and…
-
2
votes1
answer57
viewsQ: How to transform boolean input values to string values using C# (MVC)?
I’m having trouble transforming values from a Toggle input into a string value to be stored in a BD. The goal is to make a Buy/Sell Toggle that shows the type of operation the user is entering the…