π
β
Ef Query
I have a var called SaleD is is bassed of the model sales which contiand a public product product and qaunitty and product id etc. I want to write a query to select SaleD.Product and ordrbydecedning a the total SaleD quanity sold for each saleD product.
86 replies
β
return RedirectToAction("Index", new { orderId = ordervar });why dose this only show new orderhow
help pls return RedirectToAction("Index", new { orderId = ordervar });
why dose this only show new order
how to i call the index method and pass in orderid so it shows all orders
64 replies
help
Hi Anybody know anything about asp.net mvc. I am trying to build a cart app and need help with the cart and also adding categories to the products. I am using ef core for the database and tried multiple solutions to get it to work but still doesnβt anybody who knows anything about asp.net mvc please dm me
51 replies