George1111
March 10th, 2008, 06:56 AM
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
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
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
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