Dark_AngeL
05-18-2006, 09:39 AM
Hi ..
I have a button btnClose
I want the user to transfer to the menu page when he clicks the button
I did this
Sub btnClose_Click(sender As Object, e As EventArgs)
Response.Redirect("main.aspx")
End Sub
^ But it doesnt work ... !!! :mad:
I have a button btnClose
I want the user to transfer to the menu page when he clicks the button
I did this
Sub btnClose_Click(sender As Object, e As EventArgs)
Response.Redirect("main.aspx")
End Sub
^ But it doesnt work ... !!! :mad: