G Guest May 15, 2006 #1 How to add a new record in DataGridView? (For Web Project) I want to know the syntax? Is anybody can help me? Thanks a lot.
How to add a new record in DataGridView? (For Web Project) I want to know the syntax? Is anybody can help me? Thanks a lot.
C Cor Ligthert [MVP] May 15, 2006 #2 You cannot, A DataGridView is a control for a windowsform project. For the web is the GridView http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.aspx I hope this helps, Cor
You cannot, A DataGridView is a control for a windowsform project. For the web is the GridView http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.aspx I hope this helps, Cor