Actually, when the user clicks the Update button, there are 2 possible events :
onItemUpdating, before the actual update) and
onItemUpdated - after the update - -
so - I'll assume you mean after the update occurs.
Try changing the signature of your subroutine to use 'DetailsViewUpdatedEventArgs'
also - double check, in the DetailsView tag, that 'DetailsView1_RowUpdate' is referenced like:
OnItemUpdated="DetailsView1_RowUpdate"
David Wier
MCP/ASPInsider
ASPNet101.com - where to look first!
Replace It! - the newest from August Wind - search/replace in multiple files
Control Grouper - easily control properties for multiple controls with one control!
Calendar Express - The Best HTML Calendar Generator on the web!
(Please 'Mark as Answer' when it applies)