Example #1
0
        public void BindingContainer()
        {
            ControlWithTemplate c = new ControlWithTemplate();

            c.Template = new CompiledTemplateBuilder(new BuildTemplateMethod(BindingContainer_BuildTemplate));

            // cause CreateChildControls called
            c.FindControl("stam");
        }
Example #2
0
		public void BindingContainer ()
		{
			ControlWithTemplate c = new ControlWithTemplate ();
			c.Template = new CompiledTemplateBuilder (new BuildTemplateMethod (BindingContainer_BuildTemplate));

			// cause CreateChildControls called
			c.FindControl ("stam");
		}