Thanks for the videos. I'm trying to do exactly what you are doing , so far so good. until when I try to add the ViewStudents sub-menu on 3:40. I'm not sure what I'm missing , but it does not load any ViewStudents when I try to type it in. so it underlines a red line as error.
do I have to define the ViewStudents anywhere in the program. I did not see you doing this .
@xvleura
before it was
SchoolDataDataContext data = new SchoolDataDataContext();
but he had changed it to:
SchoolDataDataContext con = new SchoolDataDataContext();
that' s where the con comes afterwards
90MrRager 1 week ago
Thanks for the videos. I'm trying to do exactly what you are doing , so far so good. until when I try to add the ViewStudents sub-menu on 3:40. I'm not sure what I'm missing , but it does not load any ViewStudents when I try to type it in. so it underlines a red line as error.
do I have to define the ViewStudents anywhere in the program. I did not see you doing this .
Thanks again.
eskashoo 2 months ago
he name 'con' does not exist in the current context
helpppppppppp
xvleura 2 months ago
Thanks Man It works
yasaucsc 2 months ago
I have a problem on 1:29.
The problem is 'con.' underline, so I can't compile the project. Could you please tell me how fixed it?
AndreiDB1 4 months ago
Just write the code from the Window_Loaded method shown on 0:36 in the same method in your project in ViewStudents.xaml.cs.
The first line conects to the DB.
The second line retrives the students from the DB and puts them in a list called "students".
The third line assigns the students list as a source for the grid in the View Students window.
I hope this helps :)
santos122122 7 months ago
Great videos
Thanks
Rightwingful 8 months ago
@JoeG2324 Rename student project as School and the Namespace using refactor
then add those lines shows in this video 0:43
hirushan 1 year ago
k, im lost, i give up. cant follow this with the video missing
JoeG2324 1 year ago
dude, you are missing a video
JoeG2324 1 year ago