I have a GridView
in my ASP.NET application that takes data to be rendered from EntityDataSource
. GridView
allows user to select rows. I want to get the entity that corresponds to the row user selected. I can get from GridView
the ID(primary key) of the entity that corresponds to the row selected. How can I get the Entity that has particular ID(primary key) ?