#if NET_2_0 namespace System.Web.UI { public class TemplatePropertyEntry : BuilderPropertyEntry { public TemplatePropertyEntry() { throw new NotImplementedException (); } public bool BindableTemplate { get { throw new NotImplementedException (); } } } } #endif