Click to See Complete Forum and Search --> : image-link


tal_181
March 22nd, 2006, 05:52 PM
i added a picture :
Dim i1 As New System.Web.UI.WebControls.Image
i1.ImageUrl = "kafa.bmp"
Me.Controls.Add(i1)
now i want to click on the picture and be linked to another page
How can I do it ?

tal_181
March 24th, 2006, 08:44 PM
never mind