Fetching values from onSuccess funtion.

Fetching values from onSuccess funtion.

Hi,
 
I am usign $.post() method to post selected value in a drop down to server. On server-side I fetch resultset based on the selected value, and serialize the result set via the Response object which is fetched by the on Success function within $.post.
 
How can set the textbox values conatined within that result set to those textboxes? Rather how can I fetch each of the values out from that response object in JQuery?
 
Please help!