On Tue, Feb 22, 2011 at 1:53 PM, Djonatan Buss wrote:
> I'm using checkbox to check if the client agrees with the contract.
> But I would like to have 'No' if it was not checked.
> The problem is that I don't know how to change the hiddenField value.
> Ok, I know that I can treat it before saving
I'm using checkbox to check if the client agrees with the contract.
But I would like to have 'No' if it was not checked.
The problem is that I don't know how to change the hiddenField value.
Ok, I know that I can treat it before saving changing 0 for 'No', but I
would like to avoid this code and