Javagene wrote:
> How can i display this output using cfoutput?
>
> Depatment ID Department Name Depatment ID Department
> Name
> 1 Math 4 Geology
> 2 Biology 5 Space
> 3 History 6 Ocenology
By not using <cfoutput...> loop but a more basic
<cfloop...> loop.
> Same way...how i dispaly this output using cfoutput?
> Depatment ID Department Name Depatment ID Department
> Name
> 1 Math 2 Biology
> 3 History 4 Geology
> 5 Space 6 Ocenology
>