The easiest thing would be to expose a web service written in .NET can invoke with Flex UI. Make sure you rely on the primitive types or design your protocol (objects encoded it in xml and pass as string to webservice). It's simple but will not be very efficient.
The other approach you can resort to is using WebORB.NET. Regards, Jehanzeb ________________________________ From: Ramkumar <[email protected]> To: [email protected] Sent: Tue, October 6, 2009 12:34:08 PM Subject: [flexcoders] Flex with .Net Hi All, We have the application on .Net and we have to replace the asp pages with flex UI. I am little bit exposure only to flex(I am java developer) and dont have knowledge on .Net. Please provide me sample codes(like the data passing from UI to db) and materials for doing the application. from there i will try to manage my self. Thanks and Regards, N.Ramkumar

