give me introduction of given above text answer in properly
Loading
give me introduction of given above text answer in properly
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Cynthia SathuragiriPosted May 14, 2026, 8:36 AM
A Gridview control in C# ASP.NET Web Forms is a server-side control used to display data in a table format.
It is commonly used to:
Show database records
Edit data
Delete data
Sort and paginate data
Example:
Code-behind example:
Features of GridView:
Data binding
Paging
Sorting
Row editing
Row deleting
Template columns
GridView is mainly used in ASP.NET Web Forms applications and is not used in ASP.NET Core or mobile applications.