Getting Value of a Column/Cell from SelectTable

Getting Value of a Column/Cell from SelectTable

AJN2000AJN2000 Posts: 1Questions: 1Answers: 0

Greetings! My question is probably easily answered however I am relatively working in MVC as a student and have this issue so forgive me if this is a silly question - I am trying to get the value of a specific cell in a selected row in what's called a "Select Table". What do I do to get the value to a variable that I will use in Razor to create a modal card that contains some of that row data based on the ID column/cell.

For example:

ProjectID | Project Manager | Developers | Status | Description|
1 Sally Jim New Blah
2 Mike Sue Planning Bleh
3 Bob Jack Deployment YaddaYadda

When I select Row 2 I want to use the ID cell from that selected row to populate another view above the table. Make sense?

Answers

This discussion has been closed.