Hello,
I'm getting this error and I can't get this to work. My error is:
Line 94: Protected Sub adp_analyticalSqlDataSource_Updating(ByVal sender As Object, ByVal e As SqlDataSourceCommandEventArgs)
Line 95:
Line 96: e.Cancel = (Not adp_analytical_Events.BeforeEdit(Page, e))
Line 97:
Line 98: End Sub
I can't seem to get this working, I'm using VB.NET 2.0. My ultimate goal for this would be to update my audit table with:
Table Name
Action (Update, Insert)
Timestamp
User
Field Name
Old Value
New Value
If this would be too difficult, I guess I could go with inserting the whole row of data before and after if I could get the Before Record Update to work properly for me.
Thanks!!
Rob