chinhow
Feb 4th, 2004, 06:59 PM
Private Sub LinkButtonHome_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles lbtnHome.Click
Response.Redirect("Default.aspx")
End Sub
Can anyone tell me what's wrong with the above coding? I can't link to my HOME Page.
Thanks you :wave:
Response.Redirect("Default.aspx")
End Sub
Can anyone tell me what's wrong with the above coding? I can't link to my HOME Page.
Thanks you :wave: