Pale Face
|
| Posted: 03/18/2003, 3:24 PM |
|
Is it possible to update the value of a control in a grid before it is processed for update. I have a check box and a hidden field holding the users name. If the user clicks the check box then the data field linked to the hidden field should get the users value. Otherwise the hidden field should transport a default value of 'none'. I can't figure out how to do this. Is it possible?
|
|
|
 |
RonB
|
| Posted: 03/18/2003, 4:28 PM |
|
Normaly I'd use javascript to do this clientside or a before update event serverside.
Ron
|
|
|
 |
|