InterviewSolution
Saved Bookmarks
| 1. |
Which is property of the data grid control |
| Answer» BINDING DATA to the Control. For the Data GRID control to work, it should be bound to a data source USING the Data Source and Data Member properties at design time or the Set Data Binding method at run time. This binding points the Data Grid to an INSTANTIATED data-source object, such as a DataSet or Data Table)Explanation:Follow me | |