I have a partial view with a grid of project data. When the user enters a client into a textbox on the main view, the partialview loads as a subview to display a table of the data for all projects for that client. Two of the columns of the table are a "select" image and the project number. If the select image cell of a row is clicked, I would like to populate a textbox on my main view with the project number for that row.
How can I do this?