Browse by Tags

All Tags » 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...

A Custom DropDownList using an Enum Type as a DataSource by REA_ANDREW

First off, I have to again express my admiration at the job Microsoft have done at building the core ASP.NET Web Form Controls. I think they are sometimes taken for granted. This post is about making a control which derives from the DropDownList and uses...

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...

DropDownList AppendDataBoundItems (A quick starter, a tip which many will know but for those who do not...) by REA_ANDREW

This is my first post in my new blog.  As I write this I have nestled down for an all night work session with a HUGE cafeteria of REALLY REALLY strong coffee lol. I would like to say that I am very please Joe Stagner has invited people into these...
More Posts