Slopey
Posts: 33
|
| Posted: 03/08/2007, 4:41 AM |
|
Hi All,
I've got an editable grid (timesheetdetail) which is bound to a database table, and within the form, I've got an unbound checkbox (chkOS1) which has a checked value of 1 and unchecked value of 0 in the designer.
At runtime, if I do: Response.Write timesheetdetail.chkOS1.value or Response.Write timesheetdetail.chkOS1.state
I always get false/0 regardless of if the checkbox is checked or not??? How can I get the checked value when the checkbox is ticked so I can use it in one of the submit buttons "onclick" events?
Any ideas?
Cheers,
S.
|
 |
 |
Slopey
Posts: 33
|
| Posted: 03/08/2007, 5:34 AM |
|
Resolved from the following:
http://forums.yessoftware.com/posts.php?post_id=49661
:)
|
 |
 |
|