|
|
|
|
|
| | |
| |
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Re: Limit on size of Form Collection |
|
From: |
Elmo |
|
Date: |
5/22/2003 4:02:47 AM |
|
IP: |
210.125.31.49 |
Here is a code i used to make 5000 textareas and it is working properly.
<%
for i=1 to 5000
Response.Write("<textarea name="&i&"area>")
Response.write(i&"text")
Response.write("</textarea>")
Next
%> |
Previous Message
Follow Up - ooooooooops i forgot - Elmo 5/22/2003 4:06:10 AM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|