PDA

View Full Version : Flex with Asp.Net


batmitra
01-03-2007, 10:58 PM
Hi everyone

I'm new on these forum so please be gentle, i don't know if this question has already been made but here it is:

I'm a newbie in flex and i'm trying to use an HTTPSERVICE to conect with a page made with asp.net, if it a simple call where the service gets data from a database i have no problem, but what i need is to send queries to asp.net page like ,i'd like to get only one name from a table on my database. So what i want to know is if someone knows how to do this or knows of some examples of flex with asp.net.

i've tried the aproach with the

<mx:request>{myfield.text}</mx:request>

but i don't know how to handle this in asp.net.

thanks

CDHBookingEdge
01-05-2007, 04:44 PM
Kind of a shot in the dark here but see if this helps you out any.
Flex Builder 2 and Classic ASP 3.0 Example (http://a1plusok.wordpress.com/2006/08/25/flex-builder-2-and-classic-asp-30-example/)

batmitra
01-06-2007, 10:29 PM
Thanks for your answer, meanwhile i've messing around with flex and ai figured out how to quert my sql server database with flex and ASP.NET, with XML as the midlle tier, so i'll post my solution on a blog i've created to explain things i will be finding out. the blog is :

http://flex2-for-dummies.blogspot.com/

zoidberg
01-15-2007, 12:08 PM
oh cool, i've been looking everywhere for something like that, i started a project in ASp.NET 2.0 and then thought i'd work with Flex 2 but now need to make query commands to my database and wondered how...

...however, i visited your blogsite and could not find the answer, have you put it up yet?

batmitra
01-16-2007, 02:35 PM
oh cool, i've been looking everywhere for something like that, i started a project in ASp.NET 2.0 and then thought i'd work with Flex 2 but now need to make query commands to my database and wondered how...

...however, i visited your blogsite and could not find the answer, have you put it up yet?

hi
I didn't have the time to do it, but i've already put it now on the blog, so if you want you can see it and give your opinion, you have more things,tutorials, experiences, etc. about this connection on asp.net with flex please share with me.

thanks