Link to home
Start Free TrialLog in
Avatar of noam_dz
noam_dz

asked on

DataGridViewRowCollection.Add Method

MS help says:

This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

So how to add a row?
Avatar of DoctorMahdi
DoctorMahdi

Are using vb6 or c#?
if you are using vb.net and want add row to unbound datagrid at run time click here http://www.codeproject.com/Purgatory/UnBoundDataGrid.asp
Avatar of noam_dz

ASKER

C#
Click here to see how to add row dynamically into datagrid using c#
http://www.csharpfriends.com/Forums/ShowPost.aspx?PostID=36153
Regards
DoctorMahdi
ASKER CERTIFIED SOLUTION
Avatar of DoctorMahdi
DoctorMahdi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial