Trying to work through a ASP.Net book I bought and Im struggeling with this concept. It is not explained in the book.
When using subroutines what is the use of example "Handler Button1.Click" Im getting error messages!!!
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handler Button1.Click
Most probably because I dont know what it is for. Could somebody explain please.
Thanks.
When using subroutines what is the use of example "Handler Button1.Click" Im getting error messages!!!
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handler Button1.Click
Most probably because I dont know what it is for. Could somebody explain please.
Thanks.