Sintwar
05-29-2007, 01:19 AM
I have set up the remoting sample given in the Flash Remoting with AS2.0 guide for "Using ADO.NET objects with Remoting", where I make my query from within C#, and DataBind to the Flash, and then to a DataGrid component within Flash.
Everything appears to be fine with the exception that the data is not actually being displayed in the DataDrid.
It is odd, because it actually creates the exact number of columns as requested, and actually has the exact number of rows added to the DataGrid as records returned, but it is not actually showing any text!
I know Remoting is working, because I can pass individual variables as a "Result", and it works just fine, it just seems to be an issue when I am trying to use the DataBind method (so far).
Also, when trying to use DataGlue to bind the data to a ComboBox nothing happens at all. It just reads "Undefined", and no records (blank or otherwise) fill the ComboBox.
I am using Flash 8 with AS 2.0
Any ideas?
Thanks!
Everything appears to be fine with the exception that the data is not actually being displayed in the DataDrid.
It is odd, because it actually creates the exact number of columns as requested, and actually has the exact number of rows added to the DataGrid as records returned, but it is not actually showing any text!
I know Remoting is working, because I can pass individual variables as a "Result", and it works just fine, it just seems to be an issue when I am trying to use the DataBind method (so far).
Also, when trying to use DataGlue to bind the data to a ComboBox nothing happens at all. It just reads "Undefined", and no records (blank or otherwise) fill the ComboBox.
I am using Flash 8 with AS 2.0
Any ideas?
Thanks!