Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Build Windows Forms Design for above information using appropriate Controls. Write a function named void RetreivePrograms() to display list of programs from programs Table and
- Build Windows Forms Design for above information using appropriate Controls.
- Write a function named void RetreivePrograms() to display list of programs from programs Table and display in Control cmbPrograms comoboBox(ADO.NET).
- Write a function int InsertData() that inserts the values of the controls of above mentioned table into the Student Table and returns 1 if the insertion is success, otherwise returns 0.
d.Show Student name and Program names in Gridview.
1 1 Programs 8 Program_ID Program_Name M Students Roll_No Program_ID Student_Name Gender Birth_Date Table Name: Students Field Name Data Type Constraints Roll No Varchar (12) Primary Key Program ID Int Foreign Key Student Name Varchar(50) mi Gender Varchar (1) Birth Date DateTime Table Name: Programs Field Name Data Type Constraint(s) Program_ID Int Primary Key Program Name Varchar(50) 1 1 Programs 8 Program_ID Program_Name M Students Roll_No Program_ID Student_Name Gender Birth_Date Table Name: Students Field Name Data Type Constraints Roll No Varchar (12) Primary Key Program ID Int Foreign Key Student Name Varchar(50) mi Gender Varchar (1) Birth Date DateTime Table Name: Programs Field Name Data Type Constraint(s) Program_ID Int Primary Key Program Name Varchar(50)Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started