| Joe T C 2004-06-01, 11:15 pm |
| Hello,
I have a pretty large form on a page. I have a few recordsets that populate
all the text fields on the form.. I use a few different Commands to update the
data from the form to the database.. I have all the text fields and layout
done. I started putting them into the form section of the page.. When I got
about 80% of them into the form I tested it and noticed that the submit button
stopped working.. I took out some of the fields in the form untill it started
working again.. I got to a point were if I add one more text field not even
dynamic the submit button stops working.. I take that one text field out and it
works fine.. Is there a Limit to how many text fields you can have on a form ?
I am very stumped on this and need help : ) I have made sure there are no dup
names or ids.. I have even recreated new text fields to the point it stops
working again.. Heres my submit code also:
<% If Request("Submit_form") <> "" Then %>
<%
Command 1 Code here
%>
<%
Command 2 Code here
%>
<% End If %>
Very strange this all works great untill I add in another text field box then
the submit button doesnt do anything.. Any ideas ??
Thanks Again
Joe
|