Im trying to pass dynamic data from one page to another. User clicks an img and the img along with details about the img appear on another page and Im a little confused on how its going to work. All the information is stored in a db and was set up using entity framework 6 code first. Ive tried exposing the properties in my DTO and storing the info in session state then retrieve it on the other page:
Please Help.
Thanks !
I didn't find the right solution from the internet.