Answer:
The DataSource property and the DataMember property are used to bind a DataGridView control.
Here, DataSource refers the object which binds DataGridView,that's generally Dataset/Datatable/or any object.
DataMember refers to Table Name.
Asked In: Many Interviews |
Alert Moderator