Browse by Tags

All Tags » Custom Controls (RSS)

Programmatic WebControls – Variations of design by REA_ANDREW

I thought I would compose a short how to on programmatic web controls.  Often I have looked at the core set of controls within ASP.NET and wonder what design is required in order to get the design time mark up similar to that of the various controls...

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

ASP.NET MVC "Pager" HTML Helper by REA_ANDREW

So I am building my own custom blog using the ASP.NET MVC Framework, and I have been working on the paging aspect.  I will be going into more detail how i achieved this but for now, I am publishing a HtmlHelper I have made which has helped me, believe...

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

A version of a WinForms Rounded GroupBox with transparency by REA_ANDREW

I made something similar a while back and never did anything with it.  I started again today as usual because the interest took me lol.  So there are custom group boxes out there and I have seen a few on Code Project, but in this blog I have...
More Posts