Hi,
I am using the ICallBack Interface and on the client side i need to send an object to the server method
My object is a custom javascript object Example
var person=new Object();
person.Name='Francis';
person.ID='007';
How do i pass this and decode it exaclty in the same format without using hidden fields ?
Thanks Francis P.