Re: [flexcoders] Flex with .Net

2009-10-13 Thread Jehanzeb Musani
u can resort to is using WebORB.NET. Regards, Jehanzeb From: Ramkumar To: nrk...@gmail.com 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.

[SPAM] Re: [flexcoders] Flex with .Net

2009-10-12 Thread reflexactions
ups.com > Cc: nrk...@... > Subject: [SPAM] Re: [flexcoders] Flex with .Net > > > > > > > You have to use .net webservices as backend and in front end Flex will be > used. > > > --- On Mon, 5/10/09, Ramkumar wrote: > > > From: Ramkumar > S

RE: [SPAM] Re: [flexcoders] Flex with .Net

2009-10-12 Thread Tracy Spratt
12:52 PM To: flexcoders@yahoogroups.com Cc: nrk...@gmail.com Subject: [SPAM] Re: [flexcoders] Flex with .Net You have to use .net webservices as backend and in front end Flex will be used. --- On Mon, 5/10/09, Ramkumar wrote: From: Ramkumar Subject: [flexcoders] Flex with .Net To: nrk

Re: [flexcoders] Flex with .Net

2009-10-09 Thread sachindev tripathi
You have to use .net webservices as backend and in front end Flex will be used. --- On Mon, 5/10/09, Ramkumar wrote: From: Ramkumar Subject: [flexcoders] Flex with .Net To: nrk...@gmail.com Date: Monday, 5 October, 2009, 9:34 PM   Hi All, We have the

Re: [flexcoders] Flex with .Net

2009-10-08 Thread vikram bhatla
Hi, Have a look to the example http://www.adobe.com/devnet/flex/articles/code_generator.html If you use Remoting above example will help you. Else you can use the normal HttpService to interact with webserver(which will return XML). Its all depend on your server architecture. I personally prefer

RE: [flexcoders] Flex with .Net

2009-10-08 Thread wayne vetrone
Date: Thu, 8 Oct 2009 14:05:41 +0200 Subject: Re: [flexcoders] Flex with .Net I'm sorry, after a little research i managed to convince client to let me do it with PHP. I had no idea on .Net and we were in a hurry. sorry i can't

Re: [flexcoders] Flex with .Net

2009-10-08 Thread David Pariente
I'm sorry, after a little research i managed to convince client to let me do it with PHP. I had no idea on .Net and we were in a hurry. sorry i can't be of help. Ramkumar wrote: Yah david. but not able to figure out exact code and also from the .Net project we dont know where to place the

Re: [flexcoders] Flex with .Net

2009-10-08 Thread Ramkumar
Yah david. but not able to figure out exact code and also from the .Net project we dont know where to place the flex files and communication part where to written. if possible please help me. On Thu, Oct 8, 2009 at 7:11 AM, David Pariente wrote: > > > I was searching for the same short ago, so

Re: [flexcoders] Flex with .Net

2009-10-07 Thread David Pariente
I was searching for the same short ago, so i can tell you that the adobe flex page has plenty of examples, videos and articles on how to connect Flex with .Net. At least it has enough to start with. Did you google it or checked adobe flex website? Ramkumar wrote: Hi All, We have the applica

[flexcoders] Flex with .Net

2009-10-06 Thread Ramkumar
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 th