dealwi8me
05-16-2003, 05:19 PM
I have this source code....
<%
while not (rs2.EOF)
%>
<table width="39%" border="1" dwcopytype="CopyTableRow">
<tr>
<td width="9%"><div align="center"><font color="#660000" face="Times New Roman, Times, serif">
<input name="radiobutton" type="radio" value="radiobutton">
</font></div></td>
<td width="38%"><div align="right"><font color="#660000" face="Times New Roman, Times, serif">
<% Response.Write(rs2("StudId")) %>
</font></div></td>
<td width="53%"><div align="right"><font color="#660000" face="Times New Roman, Times, serif">
<%Response.Write(rs2("Name")) %>
</font></div></td>
</tr>
</table>
<%
rs2.MoveNext
Wend
%>
Is there a way every time it gets in the loop the radiobutton will take a diffrent name? because i want when i post the form according to the radiobutton that is marked to do something diffrent.....
Any suggestions?
Thank you :)
<%
while not (rs2.EOF)
%>
<table width="39%" border="1" dwcopytype="CopyTableRow">
<tr>
<td width="9%"><div align="center"><font color="#660000" face="Times New Roman, Times, serif">
<input name="radiobutton" type="radio" value="radiobutton">
</font></div></td>
<td width="38%"><div align="right"><font color="#660000" face="Times New Roman, Times, serif">
<% Response.Write(rs2("StudId")) %>
</font></div></td>
<td width="53%"><div align="right"><font color="#660000" face="Times New Roman, Times, serif">
<%Response.Write(rs2("Name")) %>
</font></div></td>
</tr>
</table>
<%
rs2.MoveNext
Wend
%>
Is there a way every time it gets in the loop the radiobutton will take a diffrent name? because i want when i post the form according to the radiobutton that is marked to do something diffrent.....
Any suggestions?
Thank you :)