E
Edwin Knoppert
I have an asp.net imagebutton with a clickevent.
I have enclosed an anchor around the image and a small text.
If i click the image the event is executed (while the href of the anchor
shows in the statusbar)
If the user clicks the image or the text beneat it it should do the same,
executing the image asp.net server event.
I can manage this fine using javascript but the href must contain a
character to get the mousehand.
I used # but than the window scrolls to top, postback happens and the scroll
position remains to top.
I use them maintain scroll stuff in my masterpage.
I could use two controls, an imagebutton and a linkbutton, i was trying to
avoid the 2nd.
The idea is that i ever might use a div so that the whole area behaves as
one click.. 'thingy'..
Any ideas?
I have enclosed an anchor around the image and a small text.
If i click the image the event is executed (while the href of the anchor
shows in the statusbar)
If the user clicks the image or the text beneat it it should do the same,
executing the image asp.net server event.
I can manage this fine using javascript but the href must contain a
character to get the mousehand.
I used # but than the window scrolls to top, postback happens and the scroll
position remains to top.
I use them maintain scroll stuff in my masterpage.
I could use two controls, an imagebutton and a linkbutton, i was trying to
avoid the 2nd.
The idea is that i ever might use a div so that the whole area behaves as
one click.. 'thingy'..
Any ideas?