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