Jump to content

Ajax Response


SunTzu

Recommended Posts

The only options in the response are text (i.e. a string) or XML. Using text, your server side code could join an array into a delimited string and return that string to your page. Then your javascript could split that string back into an array, but you can't pass a javascript array as the return value.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...