[Mono-devel-list] asp.net

hammett holiveira at cimcorp.com.br
Tue May 6 14:09:47 EDT 2003


I could not find any classes that uses control builders to actually know how
to build Asp.Net control derived classes. Am I crazy?

At least the Code generator should instantiate the related ControlBuilder to
know how the controls expects literal string, white spaces and encoding. But
maybe I looked in the wrong place.

Besides that I started to write a kind-of ASP.Net in java a few weeks ago
(see below) and I've took a different path to control builders. Basically I
attach strategies to control builder. The main strategy is the one which
generates source files. The other one is to create a control tree. The first
is used commonly in page/section handling. The last will be used to
ControlParser.loadControl("source code here").

What do you think?

Best regards,


hammett
MCAD
Meet Polyethylene at http://polyethy.sourceforge.net/




More information about the Mono-devel-list mailing list