PDA

View Full Version : Flex and DOT NET application


ashishkummar2
08-18-2008, 02:41 PM
how cud we integrate the Dot Net Application with the Fles..

means if i want to write my business logic in C#... and only the UI part.. wud be in Flex...


It can easily be done with Java..as flex is completely based on Java..

but how cud i do it with dotnet...

corbo950
08-18-2008, 04:28 PM
You just use the HTTPService so that you can send data back and forth in XML you call to dot net pages that then return the XML and do opertaions with it like accessing a database