Error: The GridView 'jobgrid' fired event RowDeleting which wasn't handled.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pbala
    New Member
    • Dec 2008
    • 37

    Error: The GridView 'jobgrid' fired event RowDeleting which wasn't handled.

    While Delete a Row in Gridview using OnRowCommand this error was occured.

    Error: The GridView 'jobgrid' fired event RowDeleting which wasn't handled.

    but the record is deleted in gridview
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    When a row is being deleted the RowDeleting event is fired.
    If you don't want this exception to occur, implement a method that will handle the RowDeleting event.

    Comment

    Working...