My project loads stock tickers from SQL into asp.net datatables and
when a chart is needed, the SWF file for Flex runs as a separate
program.  The datatables and charts are duplicated and run separately
so you select the ticker from the table in flex to load the flex chart.

What I would really like is for the back end to remain ASP.NET and SQL
and when a chart is needed, Flex will launch a 'pop up window' or
sizable component module that displays the chart information - in
context with the asp.net datatable of tickers.

I need some guidance as to how this is accomplished - the easiest way
possible.  Help is appreciated.

CS


Reply via email to