Hi All,
I need to assciate two varaibles dyanmically in value of the checkbox.
How can I do that?
For ex., I have the following:
<td><input type='checkbox' name='chk<%=i%> ' value='<%=rs("F ield1")%>'>
Above, I need to add second fields value from database in value
property of the checkbox.
I will highly appreciate your help.
Thanks a million in advance.
best regards,
mamun
I need to assciate two varaibles dyanmically in value of the checkbox.
How can I do that?
For ex., I have the following:
<td><input type='checkbox' name='chk<%=i%> ' value='<%=rs("F ield1")%>'>
Above, I need to add second fields value from database in value
property of the checkbox.
I will highly appreciate your help.
Thanks a million in advance.
best regards,
mamun
Comment