USING VS2005 ASP.NET
I have an ImageButton, which needs to launch a page when clicked
(Probably the most basic question there is but I dont even know where to start to get help on a question like this)
Here is the click event with link
Code:Protected Sub ImageButton1_Click(ByVal sender As System.Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles ImageButton1.Click http://localhost/picking1/default.asp End Sub
Appreciate any help




Reply With Quote