Click here to Skip to main content
15,881,866 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
While I was searching for the update code for my datagridview, I am getting information from about the gridview, are there any specific differences among them? ---Thank you.
Posted

Refer this link :
http://msdn.microsoft.com/en-us/library/05yye6k9%28v=vs.100%29.aspx[^]

Better use GridView.

Thank you...
 
Share this answer
 
DataGridView control is a winforms control, while GridView is a web control.
 
Share this answer
 
In Windows Forms, there is no GridView. There's only DataGridView.
However, in ASP.NET, there's a GridView, but that's a web-based control, DataGridView is a WinForms control.
 
Share this answer
 
v2
What is the diff. between gridview and datagrid?[^]

Check the link..hope it will help..
 
Share this answer
 
 
Share this answer
 
v2
Comments
King Fisher 19-Mar-15 2:08am    
Do not restart the thread again.
CHill60 19-Mar-15 5:24am    
Question is 2 years old and is already answered. This non-solution is also off-topic. Read the questions carefully.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900