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.
Code DisplayContactInfo Form logic using VB.NET syntax. a. The Contact Info will be initially empty, but on Open will di
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am