Hi all,
I'm having this weird problem that not sure which forum ASP or HTML should I post the question to, so I thought I try this forum first.
I troubleshooted and ruled out, for sure, to this particular line that cause the problem
And the problem (IN MSIE BROWSER ONLY) is that throughout my DO WHILE NOT rs.eof loop, this line creates an empty lines for every line the loop go through. For ie: if I called 50 recordsets for a page, I will have 50 empty white space on top of all the data displayed (doesn't matter whether I store this line before or after all other data called.)
The more records on a page, the more empty lines created.
Please let me know whether I am in the right forum.
Thanks!
I'm having this weird problem that not sure which forum ASP or HTML should I post the question to, so I thought I try this forum first.
I troubleshooted and ruled out, for sure, to this particular line that cause the problem
Code:
<input type="hidden" name="<%=(count & ".ProductID")%>" value="<%=(rs("ProductID"))%>" />
And the problem (IN MSIE BROWSER ONLY) is that throughout my DO WHILE NOT rs.eof loop, this line creates an empty lines for every line the loop go through. For ie: if I called 50 recordsets for a page, I will have 50 empty white space on top of all the data displayed (doesn't matter whether I store this line before or after all other data called.)
The more records on a page, the more empty lines created.
Please let me know whether I am in the right forum.
Thanks!