Thank u Balaji.

Balaji vishnubhotla <[EMAIL PROTECTED]> wrote:Hi jegatha,
Use the following code to generate dynamic array of text boxes like in
Excel grid.
  <% for i = 1 to 5 Response.Write "" for j = 1 to 5 Response.Write "" next
Response.Write "" next %>
<% for i = 1 to 5 Response.Write "" for j = 1 to 5 Response.Write "" next
Response.Write "" next %>
<% for i = 1 to 5 Response.Write "" for j = 1 to 5 Response.Write "" next
Response.Write "" next %>
<% for i = 1 to 5 Response.Write "" for j = 1 to 5 Response.Write "" next
Response.Write "" next %>
<table>
<%
for i = 1 to 5
Response.Write "<TR>"
for j = 1 to 5
Response.Write "<TD><input name=txt" & i & j & " id=txt" & i & j & "></TD>"
next
response.write "</TR>"
next
%>
</table>
<% for i = 1 to 5 Response.Write "" for j = 1 to 5 Response.Write "" next
Response.Write "" next %>
<% for i = 1 to 5 Response.Write "" for j = 1 to 5 Response.Write "" next
Response.Write "" next %>

--
Balaji V


[Non-text portions of this message have been removed]



SPONSORED LINKS 
Basic programming language Computer programming languages Programming languages 
Java programming language The history of computer programming language 

---------------------------------
YAHOO! GROUPS LINKS 


    Visit your group "AspClassicAnyQuestionIsOk" on the web.
  
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
  
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 


---------------------------------




                
---------------------------------
 Yahoo! India Matrimony: Find your partner now.

[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to