Help, I am struggling trying to pass a list object from a WCF project to an array on a .aspx file. I need to be able to send a table or array of data using JSONP or JSON and I am unsuccessful in doing so with a list object. I was able to successfully send one record of information easily, but sending a list of more then one is proving to be a hard time. Please tell me how I can do this. Thanks!