Posts by rsd_17 • 31 points
3 posts
-
0
votes1
answer38
viewsQ: How to Put Elses If in Layout
Ola, I am trying to put in ifs layout in order to change login to logout but it is not working. In Layout I have this code : @using Microsoft.AspNetCore.Http; @using WebApplication1.Controllers;…
-
0
votes0
answers34
viewsQ: How to place the path of an image with restricted length in the database
Ola, I have a string type variable that should save the images, but it has length 40 and when trying to put the error path. I have a folder in wwwroot where I store the images and want to store in…
-
2
votes1
answer56
viewsQ: Method to move picturebox in an array
I am creating a method in the game of Checkers that allows the pieces to move, then in a textbox I insert the position of the piece that I want to move and then stores the variable aux, and the user…