Re: [flexcoders] Save data from datagrid to database?

2008-01-02 Thread Mark Shen
:39 PM Subject: Re: [flexcoders] Save data from datagrid to database? There are many ways to do this, and no single best way. I would suggest looking at the mx:RemoteObject tag for starters. You could send ColdFusion a typed "RemoteClass" object that directly corresponds to a CFC, a generic

Re: [flexcoders] Save data from datagrid to database?

2008-01-02 Thread Mike Chabot
There are many ways to do this, and no single best way. I would suggest looking at the mx:RemoteObject tag for starters. You could send ColdFusion a typed "RemoteClass" object that directly corresponds to a CFC, a generic object, an array, a string of data, etc. One thing to experiment with is the

[flexcoders] Save data from datagrid to database?

2008-01-02 Thread markflex2007
Hi, I have a datagrid that is changed by events. I want to save all the data in datagrid to database with coldfusion,I am not sure how to get all the data from datagrid and save them to db. Please give me a hit. Thanks Mark