M
MDux
On using the bog standard, cut and paste code
for 'Response.Filter' from the .Net help files - except
changing the write statement a small amount - I find it
works perfectly - the first time. But on a page where the
page length varies - dynamic Datagrid generating varying
length pages, I find that after 3 or 4 pages I
get 'leftovers' from the previous page displays appearing
on my pages. The rendered HTML code ends up with
2 '</html>' tags in it. This extra code shows up at the
start of the write section, and still happens even if in
the Filter 'write' step I cut the excess code (everything
after the first </html> off. It reappears on the posted
page...very frustrating. Any ideas?
for 'Response.Filter' from the .Net help files - except
changing the write statement a small amount - I find it
works perfectly - the first time. But on a page where the
page length varies - dynamic Datagrid generating varying
length pages, I find that after 3 or 4 pages I
get 'leftovers' from the previous page displays appearing
on my pages. The rendered HTML code ends up with
2 '</html>' tags in it. This extra code shows up at the
start of the write section, and still happens even if in
the Filter 'write' step I cut the excess code (everything
after the first </html> off. It reappears on the posted
page...very frustrating. Any ideas?