I need to save a jquery tree in the database. i am using .net web forms, c#.
From what I hear, I need to use AJAX to collect the data on the client, package it up, and send it to the server method.
WHat are the details involved? If anyone has a simple working example, please share.