In DataGrid or DataGridView controls, you can enable data editing by setting the "___________" property.
- AllowEdit
- EditEnabled
- EditMode
- Editable
In DataGrid or DataGridView controls, you can enable data editing by setting the "EditMode" property to allow users to edit the data displayed in the control.
Loading...
Related Quiz
- The DataList control provides built-in support for ________ rendering, making it suitable for complex layouts.
- Scenario: Your application is experiencing a high volume of database requests. How can you optimize the connection management to handle this load efficiently?
- The use of stored procedures can help improve ___________ and security in database applications.
- What is optimistic concurrency, and how does it relate to modifying data in datasets?
- When should you use a stored procedure as a command object in ADO.NET?