Hi all,
I have two combo boxes and an option group having two radio buttons. I want the user to select from only one of the combo boxes. to ensure that i need to disable one of the combo boxes.
The user should select which combo to be enabled by clicking any of the Radio buttons. Also when a combo box is disabled, the value should be set to null or empty, coz I need 0 to be placed in the related field of the db.
suppose my combo box's names are
combo1, combo2
option1, option2
frame1
can anyone write me the complete code and the events that are needed. I know it is every easy, but still.
I hope I was clear in explanation.
Thanx
I have two combo boxes and an option group having two radio buttons. I want the user to select from only one of the combo boxes. to ensure that i need to disable one of the combo boxes.
The user should select which combo to be enabled by clicking any of the Radio buttons. Also when a combo box is disabled, the value should be set to null or empty, coz I need 0 to be placed in the related field of the db.
suppose my combo box's names are
combo1, combo2
option1, option2
frame1
can anyone write me the complete code and the events that are needed. I know it is every easy, but still.
I hope I was clear in explanation.
Thanx