26-10-21, 04:34 AM
(24-10-21, 01:08 PM)ابو انس كتب :او بالكود التاليكود :
DataGridView1.Rows(0).Cells(0).Value = "رصيد سابق"
كود :
DataGridView1.Rows.Insert(0, 1)
DataGridView1.Rows(0).Cells(0).Value = "رصيد سابق"
حبيبى يا ابو انس والله
جربتها جبتلى الرساله دى
Rows cannot be programmatically added to the DataGridView's rows collection when the control is data-bound.

