hello to all
I want create a Dynamic TActiveButton , my php code is:
$button=new TActiveLinkButton();
$button->setText($text);
$button->onCallBack("Paging");
$button->onClick("Paging");
$button->setCommandName($commandName);
$button->setCommandParameter($text);
$button->setCausesValidation(false);
$this->getPage()->GetControls()->add($button);
but, when i click on this button , callback not work!!!!
please help me , for it.
thanks.