Browse by Tags

All Tags » Visual C# » ASP.NET » Web Controls (RSS)

Catching the exception from the ObjectDataSource Inserted Event by REA_ANDREW

One thing I was puzzled over today was that I could see the Exception property of the ObjectDataSourceStatusEventArgs but I could not seem to cast it into the Exception I was expecting.  After a little mooching around, and debugging the actual type...
More Posts