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 <[EMAIL PROTECTED]>
_______________________________________________
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to