The ASP.NET DataViews are powerful tools when coupled with a DataSource. But you can skip the DataSource and use the DataViews to handle displaying and updating any collection of objects you want, ...
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) ...
We read every piece of feedback, and take your input very seriously.
An ASP.NET application that demonstrates Create/Update/Delete functionalities of FormView server control. To run the program, execute first the Create Table Script code, add an entity data model file ...
Not open for further replies.