Hi

I am sending a DataSet down to the client which works fine. However if
I try and send the dataset back to the server I get the following
error:

"Specified method is not supported."

The method exists but it seems it does not like the inout paramater
type.

The server side method accepts a parameter of type DataSet. I have
tried with a DataTable and get the same problem.

The question is - it is possible to simply send the DataSet/DataTable
back.

The DataSet I send back is the same as what I got from the server when
I requested the DataSet. I can make the server methid accept a
paramater of type object but the value is the string representation of
the object  - not an actual object? Do I need to use any specific
formatters?

Regards
Colin


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info
-~----------~----~----~----~------~----~------~--~---

Reply via email to