I have created an asp.net page with a couple of images, a paragraph, a dropdown list and a couple of text boxes on it. My goal is to have the clients enter the parameters and then click on the button to view the report in html format on the SAME page as the textboxes. There are several reports they can run so I would like for it to open in the same page so they always have the text boxes and dropdown list on the page and do not have to click on the back button to go back and enter parameters and select a different report. The problem is that when the report is ran and displayed, the text and text boxes are all shifted up on the page so the text and images are overlapping. Can anyone tell me why the text shifts up when the report is diplayed and what I can do to prevent it. Thanks.