Hi everyone ..
I can't figure out a way to accomplish this task. Hopefully someone can help me.. here goes:
I have a form with 6 unbound checkboxes named (computer,laptop,blackberry) and 1 command button called "submit".
This form is used to request the above mentioned technology.
Whichever checkboxes are checked, when the user clicks "submit", I want the values of the checkboxes returned in a string.
For example: If the user checks "computer" and "blackberry", I want to make declare a string variable "strSelection" and make it return the following string: "computer;blackberry".
Can someone help with this issue.
I can't figure out a way to accomplish this task. Hopefully someone can help me.. here goes:
I have a form with 6 unbound checkboxes named (computer,laptop,blackberry) and 1 command button called "submit".
This form is used to request the above mentioned technology.
Whichever checkboxes are checked, when the user clicks "submit", I want the values of the checkboxes returned in a string.
For example: If the user checks "computer" and "blackberry", I want to make declare a string variable "strSelection" and make it return the following string: "computer;blackberry".
Can someone help with this issue.