Change HTML image into a Button for partial refresh of page
- by user990951
I am new to webpage design and MVC. I have a aspx page and I have a html image. I want to change this image and make it clickable so that it will refresh only the bottom half of the page when clicked. I setup my image so that the source of the image is updated by the controller. By using the following
src="<%=ViewData["BookImg"]…