Remove row from datagridview

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sadara
    New Member
    • Oct 2007
    • 3

    Remove row from datagridview

    i want to remove row from data grid view.what is the c# code for that.
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Are you wanting to remove the row from a disconnected datasource or remove it from the database?

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      All the information you need on DagaGridViews and any other .NET controls can be found in the MSDN Library. This resource should get you pointed in the right direction....th ere are multiple articles on the DataGridView Control there. I recommend bookmarking the MSDN Library and using it as your primary resource when developing in .NET.

      Please take the time to research the problem before you post your question. The experts here are more than willing to help you with a specific problem but you have to do your part to learn the basics. Please take the time to read over the posting guidelines specifically the section on Before you post your question .

      -Moderator Frinny

      Comment

      Working...