In ASP.NET, what control is often used for displaying and editing tabular data with data binding capabilities?

  • DropDownList
  • GridView
  • ListBox
  • Repeater
GridView control is commonly used for displaying and editing tabular data in ASP.NET applications. It offers powerful data-binding capabilities, allowing developers to easily bind data from various data sources and display it in a tabular format. It also supports features like sorting, paging, and editing, making it a preferred choice for working with tabular data.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *