I have a button that I have some code in the _Click event that is not firing, I think I am missing something in the InitializeComponent... any ideas? Does this even make sense?
have any relevant code to go along with the problem?
____________ signature below ______________
The worst mistake you'll ever make is to do something simply the way you know how while ignoring the way it should be done
DotNetGnat's advice is most likely what you need. I am using VS 2003, and every now and then, the Handle statement on the end just doesn't show up; I have to type it in.
Example below:
Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) [red]Handles Button2.Click[/red]
Response.Redirect("config_default.aspx")
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.