Hi Sajid, Datasets returned from .Net aren't natively recognized by Flex. To solve this, you can either use a stored procedure with FOR XML AUTO, or cast your dataset to a class. Here is a casting example:
http://www.cflex.net/showFileDetails.cfm?ObjectID=418&Object=File&Channe\ lID=1 <http://www.cflex.net/showFileDetails.cfm?ObjectID=418&Object=File&Chann\ elID=1> -TH P.S. Yes, WebOrb allows you to return datasets. --- In [email protected], Sajid Hussain <[EMAIL PROTECTED]> wrote: > > Hi to all . > I am new to flex Development ,I am stuck with following concepts > > I have one webservice method who is returning DataSet ,What will be the best way to retrive Datafrom it I m getting player parsing error > > Is necceasry to get Data as Custom Objects from .net to flex > I saw one example whos is getting data ftom .net but giving customs to Objects .. > How we will bind Custom Objects attributes with Flex ?? > Is there any way to get .net DataTable to Flex > > plz suggest me help withour weborb... > Please do reply .. > Thanks > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com >

