View Single Post
  #1 (permalink)  
Old 9th July 2009, 15:59
kelinda kelinda is offline
D4PHP Enthusiast
 
Join Date: Mar 2009
Posts: 134
kelinda is on a distinguished road
Default 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
Reply With Quote
Sponsored Links