Hello I'm creating a report, I want to display information about a single person in a modal form based the populated datagridview. I'm using jquery to show the modal form, but I'm having problems display the specific information based on the primary key. This is what I have done so far

Code:
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <link href="Styles/ModalPopup.css"
...