I am using a LinkLabel control to capture "click" events from the user.
This works fine for the text portion of the label, but I would really
like to extend this to capture the event from the image portion too.
I've tried various ideas without much luck.
Does anyone have any suggestions?
Stuart Eastland
GhostInAK - 31 Aug 2006 23:00 GMT
Hello eastlands@rightfile.com,
A Click event is raised even for clicks on the image portion.
-Boo
> I am using a LinkLabel control to capture "click" events from the
> user.
[quoted text clipped - 3 lines]
> Does anyone have any suggestions?
> Stuart Eastlan