Hii
I am working on mvc and i want to post data to my controler using ajax post
my controler accept object of one class
and i am using form.searlize method of jquery to searlize form
i am not able to searlize my data in complex model
I mean my class object have one member is object of some other class
my code snipet is below
public
Go to the complete details ...