Menu

Visual Basic 1 Create Windows Application Display Information Studio Table Vbvideomdf See Q43856251

VISUAL BASIC

1. Create a Windows application to display the information fromthe Studio table in the VBVideo.mdf (see screenshots) database filefrom the StudentData folder on the text Web site. Allow the user toselect the studio name from a sorted drop-downlist and display therest of the fields in labels.

2. Create a Windows application to display the Studio table in agrid. For a Web application, use a DataList control for thegrid.

The Studio table contains these fields:

StudioID

StudioName

ContactPerson

Phone

(Create both parts of this as a Windows application. Adda button on the form you create for part 1 which opens theapplication for part 2 in a new form. Include an Exit button on theform for part 2.)

Expert Answer


Answer to VISUAL BASIC 1. Create a Windows application to display the information from the Studio table in the VBVideo.mdf (see sc…

OR