I am developing a website using MVC3. I created a partial view that contains 4 images placed horizontally. Now I have another view, which is a detailed view, and I displayed one text. When the user clicks on this text, I want to show my partial view of the image.
How to do it?
Sorry that I included another question in the same question because I think this relates to the above question. So my next problem is
when these images are displayed to the user, then the user selects one of the images from this list, and depending on this I have to perform some operation.
I worked on this answer, but I found out that I could not perform another operation, for example, selecting a list of displayed images.
How to do it?
source
share