@{ acartuchos.fSeguridad("codigo"); string cliente = Request.QueryString["c"]; string id = "", com = "", valor= ""; float iva = 0, Total = 0; string sDNS = "cweb"; var db = WebMatrix.Data.Database.Open(sDNS); var selectQueryString = ("select * from catart"); db.Query(selectQueryString); }
| Cant | Nombre | Puntos | Precio | Monto | |||
| @item.cantidad |
@item.nombre @item.descripcion |
@item.puntos | @precio.ToString("N2") | @monto.ToString("N2") | remove_circle |
| Sub Total | @subtotal.ToString("N2") |
| TOTAL | @Total.ToString("N2") MXN |