I am rather new to ASP and would like some help on how to create an ImageButton where I can hide where I am redirecting my customers to.
I know how to do this with the LinkButton. I've got some code written where in my default.aspx I have defined the LinkButton and in my aspx.vb file I have this:
Protected Sub LinkButton1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles LinkButton2.Click Response.Redirect("http://blah blah blah.com")
End Sub
How do I get the same effect with an image button?
Thank you so much to all who can help me! It is an urgent matter... thanks again!