Hi Guys,
I need a JavaScript function which will take the Asp.net Repeater as input. The function must then parse through the object and return the data in the the rows of the object as JSON.
I can them send the JSON back to the server to be interpreted/parsed and saved to the db.