1.

What Are The Ways In Which The Functionalities Can Be Added To Datagrid Control Data Source?

Answer»
  • DataGrid control allows the user to modify and manage the records without adding the new ones. To add the functionality FOLLOWING things need to be DONE:
  • Add a new record in the data source for the grid and assign an ID to the record. 
  • PUT a placeholder values in the properties area for columns and MAKE a column such that it can’t be null. 
  • Rebind the DataGrid control to the source through which the modification can be done. 
  • Determine the place where the record will appear on the grid. 
  • Update the record so that it will be automatic when the user clicks on it or updates a link or a new record is added.



Discussion

No Comment Found