DataGrid and DataGridView controls are often used for displaying data in a ___________ format.
- Graphical
- Hierarchical
- Tabular
- Textual
DataGrid and DataGridView controls are often used for displaying data in a Tabular format. These controls provide a grid-like structure that allows data to be displayed in rows and columns, making it suitable for presenting tabular data retrieved from databases.
Loading...
Related Quiz
- What are some techniques for enhancing the performance of Repeater and DataList controls when dealing with large datasets?
- The SqlDataAdapter is used to fill a ________ with data from a database.
- What is the role of the CommandBuilder class in ADO.NET?
- To retrieve different data types from a data reader, you can use the _______ method.
- The Entity Framework ___________ feature allows you to specify how entity classes are mapped to database tables.