- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Ah ....now I understand. Assuming the checkboxes are called CheckBox1 and CheckBox2 and the DropList is called DDList1 then on CheckBox2 change event you would add this code:
if (this.rawValue == 1){
DDList1.access = ""
} else {
DDList1.access = "readOnly"
}
Also you woudl have the DDList set as readOnly to begin with.
Paul
Views
Replies
0 Likes
Total Likes