[flexcoders] Returning an object Array from .NET to Flex

2005-07-28 Thread priya_uvce
Hi all, I want to return an object array from .NET to Flex, and bind the datagrid with the same. I have created an Array variable in ActionScript which will recieve the object array from .NET. I bind this array variable to the DataGrid. The array I am returning is an array of objects of say an

[flexcoders] Flex And .NET

2005-07-27 Thread priya_uvce
We are using Flex 1.5, which will be accessing.NET assemblies through Flash Remoting. The macromedia site says that Flex 2.0 will do away with Flash Remoting for .NET. How should we design our application so that they are minimal changes while migrating from Flex 1.5 to Flex 2.0 --