[Mono-list] ASP.Net

Kevin Williams zak@quantum.supernova.org
Mon, 25 Nov 2002 12:42:48 -0500 (EST)


On 25 Nov 2002, Gonzalo Paniagua Javier wrote:

> User controls are broken right now. The fix will be on CVS in a few
> hours. Code behind will be next.

I'm not looking at user controls at the moment.  Rather, custom controls
(derived from System.Web.UI.WebControls.WebControl) and implemented in a
compiled assembly.

ie: <%@ Register
TagPrefix="x" Namespace="MyWebControls" Assembly="MyWebControls" %>

I'm guessing this won't be available as part of either the user control or
code behind work?

-Zak