Hello to all,

I just called hello world asp.net code in flex 2 with flourine.net remoting 
,and it just give me Greeting in flex from .net the example as they have said 
flourine supports amf 3 ......so i want to work on that :)

Could any one tell scope of flourine with flex 2?
and plz let me knoww how to send datatable from .net  to flex 2 ,
I have written fllowing code but its flex showing null to me but that table 
object have data which could be view in datagrid of .net
I am bit confused with .net code which is chnage from flash remoting dll ???

My ASp Code

If parameters Is Nothing Then

          Throw New Exception("No arguments recieved")

           Me.Context.Items("flash.result") = "No Parameters|"
          Else
            Me.Context.Items("flash.result") = Table1 ' it has datainside but 
in flex its showing me nulll how to send it 
      End If


Flex Code

public function onResult( result : Object ) 
    {              
                output.text= "Result"+result;
            }
            
            
            public function onFault( fault : Object ) 
            {
                output.text ="Error"+ fault.valueOf();
            }    
            public function initApplication()
            {
                gateway = new RemotingConnection( 
"http://localhost/TestingFlexs/gateway.aspx"; );
                gateway.call( "TestingFlexs.WebForm1",respomd, "hello world");
            }


Plz let me know how to get DataTable in it 
Thanks in advance 







 
---------------------------------
Everyone is raving about the all-new Yahoo! Mail beta.

Reply via email to