Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

VB.NET gridviews

Options
  • 27-04-2007 3:50pm
    #1
    Registered Users Posts: 500 ✭✭✭


    Working with MS Visual Studio VB.NET
    Gridviews - i have a problem where it will not delete the row unless i select it first.

    So what i want to do is make the row for deletion the selected row. prior to it being deleted.

    any ideas hints or tips.

    Ive used gridviews everywhere else on the project and not had this problem. but have it here and cant get round it. its a simple 2 column (ID, Name) table. driving me bannanas

    i have the same problem with the update but have a workaround

    using the SelectedIndex = Gridview1.EditIndex()
    but there is nothing similar like deletedIndex()


Advertisement