Question
cfgrid in coldfusion 7
Hi,
I have the simple query for select * from the table and try to display results into cfgrid but i got nothing show on the page. what's wrong with this?
Thanks
<cfform>
<cfgrid name = "FirstGrid" format="flash"
height="320" width="580"
font="Tahoma" fontsize="12"
query = "qname">
</cfgrid>
</cfform>
