PDA

View Full Version : Passing dataprovider to .net from flex


rajeeva_nagaraj
05-11-2007, 12:35 PM
Hi everybody

I am developing an application with flex as the frontend (UI) and all the business logics are written in asp.net and i am using http service and webservice to interact between asp.net and flex builder 2.0.
I have a small problem here. I have a dataset from asp.net which i am binding to a datagrid in flex and i am able to display values in the datagrid. Now i have to send the same dataset back to asp.net which i am unable to do
plz find me some solution for the my problem

hangalot
05-11-2007, 10:22 PM
ain;t gonna happen automatic i think. write an intermediate function on the aspx side to do that, from whatever format of data you like