I have single page , contains all information about agent. So I differentiate data into Tabs. All information are linked with each other.
please find below aspx design code.
Please find aspx.cs Code :
http: // pastebin . com/BU9TtpqK
and Entity Framework class : http://pastebin.com/di3fqJ6H
I tried a lot to overcome Deserializaion error. anyone please try to run code at your end , and please correct me . I am trying to send json object to aspx using jquery and will parse to different table object and then save record.
If there are anything missing please let me know.
Thanks in advance.