jimlenihan
Technical User
Sorry about this easy question but I would appreciate any help ...
On clicking an ImageButton on a .aspx page I want to open another .aspx page
Private Sub imageButton_Click(ByVal sender As System.Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles iButtonNext.Click
// need code here ???
End Sub
On clicking an ImageButton on a .aspx page I want to open another .aspx page
Private Sub imageButton_Click(ByVal sender As System.Object, ByVal e As System.Web.UI.ImageClickEventArgs) Handles iButtonNext.Click
// need code here ???
End Sub