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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

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

Post by answerhappygod »

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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply