J
Jim Mitchell
I have some code behind that generates 10 imagebutton controls.... I can
not seem to figure out how to trap the onclick event for each image and
determine which image was clicked.
Can someone help?
Thanks in advance.
for i = 1 to 10
img = New System.Web.UI.WebControls.ImageButton
img.ImageUrl = "images/buy.gif"
next
not seem to figure out how to trap the onclick event for each image and
determine which image was clicked.
Can someone help?
Thanks in advance.
for i = 1 to 10
img = New System.Web.UI.WebControls.ImageButton
img.ImageUrl = "images/buy.gif"
next