C#
I have a .net form (we'll call it form 1) thatcontains a listview that I can use to search for students inthe list view, edit students, and add students. When clicking 'Addstudent' a separate form (form 2) appears where the user can type anew student's information. Once the user hasclicked save, form 2 should close and form 1should appear, and the student data should be stored in anarray and displayed in the listview in separate columns on form 1.Also, when clicking 'Edit Student' form 2 should appear with thestudent information pre-populated where the user can append thestudent data and save it. Please help.
Thank you
C# I have a .net form (we'll call it form 1) that contains a listview that I can use to search for students in the list
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am