Hallo,

folgender Codeblock ist mir nicht
ganz schl�ssig:

        public int Value {
           get {
               this.EnsureChildControls();
               return Int32.Parse(((TextBox)Controls[1]).Text);
           }
           set {
               this.EnsureChildControls();
               ((TextBox)Controls[1]).Text = value.ToString();
           }
        }


bewirkt this.EnsureChildControls() nur das
erzeugen der ChildControls oder auch einen
Refresh/Postback der Seite?

Gruss

Alex

_______________________________________________
Asp.net mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/asp.net

Antwort per Email an