Hello,
I need to show the results in a HTML table. I have an HTML page where a user can select an option e.g all reports asociated with a department. The code then takes this department code and goes through a database and shows the results. I am using ASP for this. The results are shown in an HTML table.
If there are many records associated with a department, the html table with the results does not show at the top of the page but further down. The bigger the result set, the further down it is.
Is there anything I can do to show the results starting at the top of the page whether the result set is big or small.
Thanks
Pallavi
I need to show the results in a HTML table. I have an HTML page where a user can select an option e.g all reports asociated with a department. The code then takes this department code and goes through a database and shows the results. I am using ASP for this. The results are shown in an HTML table.
If there are many records associated with a department, the html table with the results does not show at the top of the page but further down. The bigger the result set, the further down it is.
Is there anything I can do to show the results starting at the top of the page whether the result set is big or small.
Thanks
Pallavi