I am trying to populate Person object when linkbutton inside gridview is clicked then fetch its associated data and display on the textbox inside a modal. I am able to fetch the data and pass it to Person object, however, when I populate my modal controls, Person object returns null on all properties.I am trying to populate Person object when link