M
middletree
Yesterday, I posted a question which ended up giving me a lot of info, but
the core question never got answered/solved. The short version is that when
a page displays a number of records based on some criteria that the user
selects, the last record shows up in the source code, but not in the
display. Specifically, I can see 25 records (actually nested tables built
with some loop code) More playing around showed me that adding one more
record to the criteria meant that the last 4 did not display (in other
words, there were 29 records all together, but only 25 showed).
Here's what's weird: I saved the file to my desktop (thus losing the ASP
code and allowing me to concentrate on the HTML), and then I removed a row,
one of the ones that did display. Lo and behold, the 26th record (which
didn't show up before) also displayed. So I did a control-Z, which added
that one back in which I removed, then removed a different one. Sure enough,
the that same one showed up. Finally, I kept that one out, then removed
another record randomly from the middle of the page, and the 27th one also
showed up.
What this says to me is that there is some sort of limit to what IE will
display (This being an Intranet, we're all on IE 6) I have further verified
this hypothesis by adding and removing various records. Doesn't seem to
matter which one.
Is there a limit? Can't see any other reason this could happen.
the core question never got answered/solved. The short version is that when
a page displays a number of records based on some criteria that the user
selects, the last record shows up in the source code, but not in the
display. Specifically, I can see 25 records (actually nested tables built
with some loop code) More playing around showed me that adding one more
record to the criteria meant that the last 4 did not display (in other
words, there were 29 records all together, but only 25 showed).
Here's what's weird: I saved the file to my desktop (thus losing the ASP
code and allowing me to concentrate on the HTML), and then I removed a row,
one of the ones that did display. Lo and behold, the 26th record (which
didn't show up before) also displayed. So I did a control-Z, which added
that one back in which I removed, then removed a different one. Sure enough,
the that same one showed up. Finally, I kept that one out, then removed
another record randomly from the middle of the page, and the 27th one also
showed up.
What this says to me is that there is some sort of limit to what IE will
display (This being an Intranet, we're all on IE 6) I have further verified
this hypothesis by adding and removing various records. Doesn't seem to
matter which one.
Is there a limit? Can't see any other reason this could happen.