Browse by Tags

All Tags » Business Objects (RSS)

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