Using EOF -HELP

  • Hi,

    I am trying to get the full name twice on a page. But for someone reason it only prints out one set of the data. Why?

    Is it due to the EOF being false. How do I solve this .?

    Regards

    ritesh

    <%do while not PreviewPage.EOF %>

     <% Response.write PreviewPage("FullName") %> <br>

     <%PreviewPage.movenext

        Loop  %>

     

    <%do while not PreviewPage.EOF %>

     <% Response.write PreviewPage("FullName") %> <br>

     <%PreviewPage.movenext

        Loop  %>

  • ritesh - please do not cross-post..

    follow this post here!







    **ASCII stupid question, get a stupid ANSI !!!**

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply