Text=" this is a very long label with some text $i:"; $this->Panel1->Controls[] = $label; } } function button_clicked($sender, $param) { $this->status->Text .= ' Callback Clicked... '; } } ?>