Code DisplayContactInfo Form logic using VB.NET syntax. a. The Contact Info will be initially empty, but on Open will di
Posted: Mon Jul 11, 2022 9:55 am
Code DisplayContactInfo Form logic using VB.NET syntax.
a. The Contact Info will be initially empty, but on Open willdisplay the first Contact record from the Contact table.
b. The Open Button on click should instantiate data object inthe data layer, which will open the database using ADO.NET andTableAdapter, then set screen values based on the Datasource.
c. The Next Record should display the next data record.
d. The Previous Record should display the previous datarecord.
e. The Exit Button on click will close the database and end theapplication.
a. The Contact Info will be initially empty, but on Open willdisplay the first Contact record from the Contact table.
b. The Open Button on click should instantiate data object inthe data layer, which will open the database using ADO.NET andTableAdapter, then set screen values based on the Datasource.
c. The Next Record should display the next data record.
d. The Previous Record should display the previous datarecord.
e. The Exit Button on click will close the database and end theapplication.