[flexcoders] Re: .Net webservice and datagrid

2007-01-24 Thread btkracker
. The easiest way is the use namespace directive. More detailed explanation here: http://www.returnundefined.com/2006/07/datagrid-labelfunction-and- namespaces/ HTH, Ben --- In flexcoders@yahoogroups.com, btkracker bthornbury@ wrote: I'm trying to receive XML data from

[flexcoders] Re: .Net webservice and datagrid

2007-01-17 Thread btkracker
. The easiest way is the use namespace directive. More detailed explanation here: http://www.returnundefined.com/2006/07/datagrid-labelfunction-and- namespaces/ HTH, Ben --- In flexcoders@yahoogroups.com, btkracker bthornbury@ wrote: I'm trying to receive XML data from a .Net webservice

[flexcoders] .Net webservice and datagrid

2007-01-16 Thread btkracker
I'm trying to receive XML data from a .Net webservice and populate a datagrid. I'm able to receive the XML data ok but I can't see anything in the datagrid. I attempted to manually duplicate the data returned and found that it has something to do with the moniker returned. Here is the XML

[flexcoders] Re: Posting data with HTTPService....Please help!

2006-09-15 Thread btkracker
. --- In flexcoders@yahoogroups.com, btkracker bthornbury@ wrote: I've seen several posts for this but haven't seen any kind of resolution. I've seen other posts that say it is extremely easy. Well, I'm in the same boat: I can't seem to get post data to send to my IIS server. I have

[flexcoders] Dynamicall populate a tree control

2006-08-30 Thread btkracker
I'm new to flex and I'm having a little trouble figuring this out... I need to lazily populate a tree control via an HttpService object. So far, I can retreive the top node and it's children. For each child that has children of it's own, I add a dummy child tag to trick flex and set the