I'm learning MVC
in aspx, chtml y c#
, and I got to the part that shows the details of a student but first I did that I copied the same structure of my Layout
and now what I want is to show a modal window of Ver Detalle
I know that I have to do a partial view so that I send to call what it shows and pass it to a div, but I do not know very well. How would I have to do anything else?