is it possible to set the src of a image with a button click.
Each of my buttons represents a picture that should be displaying in my “image” area. I need the image Area’s SRC property to be affected by the button click.
Im using visual studio 2012 with c#.
-Edit : Using AJAX Update panel in visual studio 2012 with C#
If a postback is acceptable to you for every image change, you may do something like :
In C#:
In ASPX Page: