Ejemplo n.º 1
0
 protected override void CreateChildControls()
 {
     t       = new PostTextBox();
     t.ID    = ID + "tb";
     t.Width = Unit.Pixel(100);
     this.Controls.Add(t);
     t.TextChanged += new EventHandler(t_TextChanged);
 }
Ejemplo n.º 2
0
 protected override void CreateChildControls()
 {
     t = new PostTextBox();
     t.ID = ID + "tb";
     t.Width = Unit.Pixel(100);
     this.Controls.Add(t);
     t.TextChanged += new EventHandler(t_TextChanged);
 }