Posts by Lucas • 1 point
1 post
-
0
votes1
answer15
viewsQ: Viewbag resetting when returning page on Razor Page
On the Onget of the page I load the Viewbag so: public IActionResult OnGet() { ViewData["SGP_GRP_IdGrupoProduto"] = new SelectList(grupoProdutoService.GetAll(), "GRP_Codigo", "GRP_Descricao");…