S
simon
I have <input type=image runat=server > control in dataRepeater.
Then I have
Private Sub inputImage_ServerClick(ByVal sender As Object, ByVal e As
System.Web.UI.ImageClickEventArgs) Handles inputImage.ServerClick
end sub
method on code behind.
When user click on my image, I would like that selected line id is passed
somewhere else.
How can I pass the argument to the inputImage_ServerClick sub?
I tried with name attribute.
But I can't read e.name in server function.
Any example?
Thanks, Simon
(I don't use asp:imageButton control because of other reasons)
Then I have
Private Sub inputImage_ServerClick(ByVal sender As Object, ByVal e As
System.Web.UI.ImageClickEventArgs) Handles inputImage.ServerClick
end sub
method on code behind.
When user click on my image, I would like that selected line id is passed
somewhere else.
How can I pass the argument to the inputImage_ServerClick sub?
I tried with name attribute.
But I can't read e.name in server function.
Any example?
Thanks, Simon
(I don't use asp:imageButton control because of other reasons)