Question: 1) In an untyped DataSet application, the user form has several Windows controls, including BindingNavigator1, StudentsBindingSource, and a few TextBox controls used to display student
In an untyped DataSet application, the user form has several Windows controls, including BindingNavigator1, StudentsBindingSource, and a few TextBox controls used to display student attribute values A DataSet. SystemDataSet, has been instantiated and contains a DataTable, Students, which is used to cache all student records. Which essential statement is missing from the DataSet application where BindingNavigator1 is used to browse and modify the student records cached in the Students DataTable? Dim nameBinding As New Bindingt Text, StudentsBindingSource, "name") NameTextBox.DataBindings Add(nameBinding) BindingNavigator!DataBindngsAddBindinglnamelinding) O NameTextBox Text StudentsBinding Source DataSource-SystemDataSet.Tablest" students) In an untyped DataSet application, the user form has several Windows controls, including BindingNavigator1, StudentsBindingSource, and a few TextBox controls used to display student attribute values A DataSet. SystemDataSet, has been instantiated and contains a DataTable, Students, which is used to cache all student records. Which essential statement is missing from the DataSet application where BindingNavigator1 is used to browse and modify the student records cached in the Students DataTable? Dim nameBinding As New Bindingt Text, StudentsBindingSource, "name") NameTextBox.DataBindings Add(nameBinding) BindingNavigator!DataBindngsAddBindinglnamelinding) O NameTextBox Text StudentsBinding Source DataSource-SystemDataSet.Tablest" students)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
