Response.Filter

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • MDux

    #1

    Response.Filter

    On using the bog standard, cut and paste code
    for 'Response.Filte r' 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?
  • MDux

    #2
    Response.Filter

    Quick update - as I noticed that some of the post was
    filtered out...

    My pages, before AND after filtering, contain 2 < / H T M
    L > tags

    [color=blue]
    >-----Original Message-----
    >On using the bog standard, cut and paste code
    >for 'Response.Filte r' 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?
    >.
    >[/color]

    Comment

    Working...