- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi,
Assuming you are using a checkbox with the default on/off values of 1 and 0, then this JavaScript code in the calculate event of CheckBox10 should do it;
DropDownList1.isNull ? 0 : 1;
Just change the DropDownList1 to match the name given to you drop down control.
Regards
Bruce
Views
Replies
0 Likes
Total Likes