[Mono-list] Building new Web Controls

Miguel de Icaza miguel@ximian.com
02 Jul 2003 11:25:46 -0400


Hello,

> Is there an example of how to create a simple Web Control?
> I am browsing /mcs/class/System.Web/System.Web.UI.WebControls
> but I can't find a simple example.

There are two kinds of new web controls: aggregate controls (basically
using glue to put together existing controls) or fine tuned controls.

The former is implemented in a .ascx, while the later is implemented in
C#.   Look in xsp/test for a few samples of both.
-- 
Miguel de Icaza <miguel@ximian.com>