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
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