Click here to Skip to main content
15,881,139 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
coz' i am trying to add for each record to datagridview but i got this error "Rows cannot be programmatically added to the DataGridView's rows collection when the control is data-bound."

here's my code

please help...

VB
Dim n As Integer = DataGridView1.Rows.Add()
         DataGridView1.Rows.Item(i).Cells(0).Value = "Available"
Posted

but it's a C# PL

please help
 
Share this answer
 

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