Question: create a visual studio project in c# Create a new form in Windows Application named ManageDept.cs. a. Drag and drop one DataGridView control to the

create a visual studio project in c#

Create a new form in Windows Application named ManageDept.cs. a. Drag and drop one DataGridView control to the form. b. Add fields to the Datagridview. c. To add fields right click on the datagridview ->Edit column->Add->Give Name, Heading and DataPropertyName. DataPropertyName should be same as the database column. Add all the fields required to display in datagridview-> click on ok d. Design the form as follows

create a visual studio project in c# Create a new form in

i. Handle the click event of Save button. ii. Handle the click event of Edit button and Delete. iii. Handle the click event of Update button.

ManageDept Open with Manage Department Details Destione IsActive Edit Delete Dept Name IsActive Save Update Control Text Additional Properties DataGridView Edit Button1 Button2 Delete Name dgDept btnEdit btnDelete Ibl DeptName txtDeptName IblisActive Label1 Dept Name TextBox1 Label2 IsActive CheckBox Button3 Save ChklsActive btnSave btnUpdate Button4 Update

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!