Reference no: EM132218509
Question :
Write a .NET VB program for an annual event to raise money. The event has players who sign up and bring several supporters to donate money.
You must use the Players Microsoft SQL Server database with its referential integrity. It is not allowed to use global variables, classes, collections or structures or any data share data between forms.
You must have Separated forms to add, update and delete supporters and players.
You must use list boxes and drop boxes
You must have a Summary Form to show the supporter, the donation amount for the player and to show the total sum of the total of all donations for each player.
You must have a Search Form to obtain the every supporter information from the database(such as amount donated, event year, sponsor type, payment type, etc.), and every player information from the database (such as shirt size, gender and to be able to edit or delete them using this form.