You might be on the right track with #1. Then LinqDataSource.Inserted event uses the LinqDataSourceStatusEventArgs class and it has a Result Property. You should be able to cast it (to its table name) ...
In theory, PreviousPage lets you access data on the page the user just requested. In practice it doesn't work if you're also using Master Pages unless you understand ASP.NET naming containers.
Not open for further replies.
Here's how to integrate the ASP.NET CustomValidator control with client-side code to create a page that uses Ajax and server-side code to validate data at the browser. In a comment to a tip in our ...