| Author: ChandraShekarThota 25 Jul 2007 | Member Level: Diamond | Rating: Points: 2 |
see datagrid is named in oldversion gridview is name of datagrid in new version
see for gridview code or coding is minimised for example if we take update and delete or even paging gridview has built in code
but datagrid is cumborsome and we have to write minimum code for those
datagrid is heavy weight control (it takes more time while loading)
gridview is lighter wen compared to dfatagrid
|
| Author: Danasegarane.A 25 Jul 2007 | Member Level: Diamond | Rating: Points: 2 |
Datagrid is used in VB and Datagridview is used in Dotnet. Both the serve the purpose of displaying information to user in row/colum style as in Excel
Dana
|
| Author: suneel 25 Jul 2007 | Member Level: Bronze | Rating: Points: 2 |
@Danasegarane, Datagrid can be used in .Net 1.1 and 2.0 also. And its not in VB. And gridview control is in .Net 2.0 version. And what Mr.Chandu said is correct. Thanks! suneel.
|
| Author: Baby 26 Jul 2007 | Member Level: Silver | Rating: Points: 2 |
Datagrid is an old version.
in version 2.0, Datagridview(Windows)vb,vb.net,c#.net etc.
in asp, it named as gridview alone.
As dana told, Whatever name as it, the purpose of grid is to display information in row/col style.
Thanks, Baby
|