DataGrid is ASP.NET1.1 framework control, but still it is supporting. GridView came from ASP.NET 2.0, which is useful for perfoming some tasks very easier (like, databinding feature).
one more difference is ViewState management IIRC.
Important Points:
If we use .net 3.5 with VS 2008, we may not use both of them. We can use list view, because it gives both features as well as flexibility of a repeater.
one more difference is ViewState management IIRC.
Important Points:
If we use .net 3.5 with VS 2008, we may not use both of them. We can use list view, because it gives both features as well as flexibility of a repeater.
Post a Comment
Please give your valuable feedback on this post. You can submit any ASP.NET article here. We will post that article in this website by your name.