Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Could someone please tell me what it the best to use? At the moment i just know how to do what i want in a datagrid, but i'm sure i could eventually figure out how to do it in either.

 

What is the better control to use in most cases? For example is the datagrid in the process of being phased out?

 

Thanks

Jay.

Posted

The GridView is much better, and takes advantage of new mechanisms like ControlState and script callbacks. The names of properties and types have changed, but the GridView has an equivalent of everything that the DataGrid has - I was able to migrate a .NET 1.1 project using DataGrids to a .NET 2.0 project using GridViews with very little difficulty.

 

I haven't seen anything stating specifically that the DataGrid will be removed from ASP.NET, but as far as I know the ASP.NET team didn't make any changes to the DataGrid because it was just not worth it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...