Browse by Tags

All Tags » C# » Business Objects (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...

Bad Word Filter With Regular Expressions by REA_ANDREW

I have seen many versions of these and a lot of the time people are expecting that a bad word would be written complete, I.e. BADWORD.  Sometimes they overlook the fact that others get hold of this rule and simply bypass by adding symbols in between...
Filed under: , ,

Group Enabled Web Form Control Extensions by REA_ANDREW

Contents The Idea The Control Library IGroupingControl GroupingEventArgs GroupingManager GroupingPanel A picture of the library The implementation The Files   The Idea If you would like to see the end result before reading on here it is: http://www...

Examples of using System.Data.ParameterDirection with Sql Server by REA_ANDREW

When working with the SqlCommand you will no doubt have to supply parameters to your command whether it be a Stored Procedure or Text command. Although not as efficient as an actual Stored Procedure there are some powerful things you can achieve using...
More Posts