Hello everybody...
could somebody help me to solve this problem??
It's only 1 checkbox that looping into many checkbox.. Then,I juz want to update the checkbox. How to get the value of the checkbox that had being ticked for save?
The code as below:
<%Do Until Data.EOF%>
<tr>
<td width="4%"><input name="proj_access" id="proj_access" type="checkbox"></td>
<td width="96%"><SPAN class="small"><%=data("project_name")%></SPAN></td>
</tr>
<%Data.MoveNext
Loop%>
Thanx for your advance..