Click here to Skip to main content
15,885,188 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a problem in looping...

XML
<% for i=0 to 10%>
      <tr>
          <td width="9%"><!--mstheme--><font face="Arial, Arial, Helvetica"><input name="regno" type="text" id="regno" tabindex="2" size="34" maxlength="20"><!--mstheme--></font></td>
          <td width="12%"><!--mstheme--><font face="Arial, Arial, Helvetica"><input name="moname" type="text" id="moname" size="29" maxlength="20"> </font></td></tr>
<%next%>



That is my code... in the above code 10 text boxs shows.... when i am entering some details into the each and every text boxs and click submit button i have a problem....

First text box value printed into next page of the first box,
similarly second text box value printed into next page of second box only, so on so 10 boxs...
how to do this...
please any one help me...

advance thanks
Posted
Comments
Maciej Los 22-Nov-14 9:37am    
Sorry, but your question is not clear. Please, provide more details and submit-code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900