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  %>