I have to return what has previously been updated as a selected Checkbox.
<Input Type="CheckBox" Name="CheckAAAA" Value="AAAA">Check For AAAA
Schools<BR>
What I need to do is return it as a Hidden Input Type.
I know I can use Session("CheckAAAA"), but it will involve a tremendous
number of lines to be coded.
Is this possible?
Thanks in Advance
Len


