[Mono-list] ASP.Net

Gonzalo Paniagua Javier gonzalo@ximian.com
25 Nov 2002 19:19:57 +0100


El lun, 25-11-2002 a las 18:42, Kevin Williams escribió:
> 
> 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?

Yes, it will be available because the user controls that are under
xsp/test directory are loaded from an assembly and use the @register
directive in their test pages.

-Gonzalo