Question
Cold Fusion query help
Hi all
I have a page(demo.cfm) which has a table with headings
serialnum Location Maintanence price colorprice.
Each row of the table has a radio button.
I am displaying values in this table by fetching data from database.
When user clicks on radio button it opens a window which has table with with field valus
serialnum location
Maintanence price
colorprice
The above fields are same as coloumn headings of grid table.
when user clicks on particular row radio button a window should be opened and the values of that row should be displayed in window table fields..
my doubt is.
from database I am fetching data into result_demo(for example).
How can I display particular row values in a window table fields.
do I need to fetch results again from database?
Can anybody resolve my issue?
please do needful.
I have a page(demo.cfm) which has a table with headings
serialnum Location Maintanence price colorprice.
Each row of the table has a radio button.
I am displaying values in this table by fetching data from database.
When user clicks on radio button it opens a window which has table with with field valus
serialnum location
Maintanence price
colorprice
The above fields are same as coloumn headings of grid table.
when user clicks on particular row radio button a window should be opened and the values of that row should be displayed in window table fields..
my doubt is.
from database I am fetching data into result_demo(for example).
How can I display particular row values in a window table fields.
do I need to fetch results again from database?
Can anybody resolve my issue?
please do needful.