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
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

VB.NET gridviews

  • 27-04-2007 2:50pm
    #1
    Registered Users, Registered Users 2 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