gridview & datagrid
what is the difference between datagrid & gridview
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.
Mamta MPosted Jul 23, 2010, 1:14 AM
GridView is the grid-like data control in ASP.NET, to display and edit records.
DataGridView is the grid-like data control in Windows Forms to display and edit records.
Older versions of Visual Studio:
DataGrid is the grid-like data control in Windows Forms to display and edit records.
Hope that's clear and answers your queries.
-Mamta