Re: [flexcoders] Re: Exchanging custom objects between Flex .NET

2005-08-05 Thread priya s
yeah its possible to return a dataset, with Flash Remoting. There seemed to be no issues.superabe superabe [EMAIL PROTECTED] wrote: Wait. Are you saying you were able to successfully return a datasetfrom .Net to Flex using remoting?Last time I checked I thought I had some issues when I tried

[flexcoders] Re: Exchanging custom objects between Flex .NET

2005-08-04 Thread bhaq1972
Hi Priya /superabe i got a question for you. have you tried returning .net datasets instead of ASObject? just wanted to gets some thoughts. --- In flexcoders@yahoogroups.com, priya s [EMAIL PROTECTED] wrote: Hi, Using ASObject I m able to exchange data from .NET to Flex. But I have 2

Re: [flexcoders] Re: Exchanging custom objects between Flex .NET

2005-08-04 Thread priya s
Hi , Returning a DataSet is straightforward, but for just returning a single object, using DataSets would'nt be right. Regards Priyankabhaq1972 [EMAIL PROTECTED] wrote: Hi Priya /superabei got a question for you. have you tried returning .net datasets instead of ASObject? just wanted to gets

Re: [flexcoders] Re: Exchanging custom objects between Flex .NET

2005-08-04 Thread superabe superabe
Wait. Are you saying you were able to successfully return a dataset from .Net to Flex using remoting? Last time I checked I thought I had some issues when I tried that out. - superabe On 8/4/05, priya s [EMAIL PROTECTED] wrote: Hi , Returning a DataSet is straightforward, but for just

[flexcoders] Re: Exchanging custom objects between Flex .NET

2005-08-04 Thread bhaq1972
I did originally have problems (flex 1.0) but things were okay in flex 1.5 (I think but i'm gonna try those tests again, properly). But there's definately no problems with returning datasets with flashorb remoting it works great. with regards to sending single records back, i dont use