Question: C# Address book app: I need to create an address book app that enables users to perform the following task, insert new contacts, find contacts

C# Address book app:

I need to create an address book app that enables users to perform the following task, insert new contacts, find contacts whose last names begin with specified letters, update existing contacts and delete contacts. This should display one contact at a time in several textboxes rather than the DataGridView and uses a BindingNavigator at the top of the form to select which row of the table along with the add or delete options, but only allows adding or deleting when browsing only. It should have Address ID, First Name, Last Name, Email, Phone Number along with the Find an entry by Last Name box. I know I need to create the database first for this in a ADO.net data entity data model class library. I am working on this part at the moment, but wondering how to create the form as in the picture and to incorporate the database into the form?

C# Address book app: I need to create an address book app

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!