HiddenField1 blank
in before event
I pass the value in this way:
$this->HiddenField1->Value = $this->lblCliente->Caption;
in the click normal button i retrieve the value in this way:
$this->lblCliente->Caption = $this->HiddenField1->Value;
//but the hiddenfield1 is blank
can you halp me?
thanks
|