How to Add-Update-Delete a row in datagridview - VB.net

Sdílet
Vložit
  • čas přidán 19. 10. 2021
  • #Add #Update #Delete #Vb.net #WindowsApplication #Datagridview

Komentáře • 4

  • @dylankim5460
    @dylankim5460 Před 17 dny

    Thank you this really helped
    😁😁😁

  • @arcadianfighter2945
    @arcadianfighter2945 Před rokem

    when i try to add rows i have the following error " Rows cannot be programmatically added to the DataGridView's rows collection when the control is data-bound" pls help me

    • @mikecodz2821
      @mikecodz2821  Před rokem +1

      Please check your code properly and check sqldatareader and datagridview1.rows.add() line

    • @arcadianfighter2945
      @arcadianfighter2945 Před rokem

      @@mikecodz2821 thank you very much