pape
pape
CC#
Created by pape on 6/6/2024 in #help
MVC Identity help
I can register and the account is in my database, but when i login it doesnt show me as logined but redirects back to the home page still with login/register in the corner, instead of welcome (username). Any ideas?
4 replies
CC#
Created by pape on 6/5/2024 in #help
Need help with mvc,NullReferenceException: Object reference not set to an instance of an object.
NullReferenceException: Object reference not set to an instance of an object. ViewData["Title"] = "Index"; can somebody please explain to me what this means?
79 replies
CC#
Created by pape on 11/21/2023 in #help
Separate one array with positive and negative numbers into two new ones
One should have only positive numbers of the original one and the other only the negative ones. int[] array = { 12, 23, -22, -765, 43, 545, -4, -55, 43, 12, 351, -999, -87 }; i got this as an assignment, but i don't know how to do it, i guess they want me to use the for loop but i don't know how, we also didn't learn any other methods so i think this has to be as simple as it can be.
74 replies
CC#
Created by pape on 1/27/2023 in #help
✅ Can't get this remove button working (entityframework, razorpages)
26 replies
CC#
Created by pape on 1/26/2023 in #help
❔ How would i go about sorting my table using entityframework and html?
8 replies
CC#
Created by pape on 1/23/2023 in #help
✅ How do i make this create button work?(Razor Pages,entityframework)
85 replies
CC#
Created by pape on 1/13/2023 in #help
✅ How to Access data of my SQLdatabase in visual studio?
14 replies