I have a stored procedure that an ashx page calls. The ashx page then sends the result(GUIDs that correspond to records that were inserted) of the stored procedure to a marionette application. Currently everything works fine except the only way i am able to get the results to the marionette application is using Response.Write. That just sends back a string of all the GUIDs. Is there a way to get the results into marionette in an array?