Mega Code Archive
The second parameter passed in is an instance of the ImageClickEventArgs class
This class has the following properties:
X: The x coordinate relative to the image the user clicked.
Y: The y coordinate relative to the image the user clicked.
<%@ Page Language="C#" %>
ImageButton Target