Everton1Blue
Technical User
Hello
I am getting the following error:
BC30269: 'Protected Sub btnLogin_Click(sender As Object, e As EventArgs) 'has multiple definitions with identical signatures'.
I take it that the error refers to the fact that I use Protected Sub btnLogin_Click(ByVal sender As Object, ByVal e As System.EventArgs) again in the same aspx file?
Is it possible to remove one Protected Sub btnLogin_Click(ByVal sender As Object, ByVal e As System.EventArgs) 'header' and combine the code under a single 'header' or how else to deal with the error?
Many thanks
I am getting the following error:
BC30269: 'Protected Sub btnLogin_Click(sender As Object, e As EventArgs) 'has multiple definitions with identical signatures'.
I take it that the error refers to the fact that I use Protected Sub btnLogin_Click(ByVal sender As Object, ByVal e As System.EventArgs) again in the same aspx file?
Is it possible to remove one Protected Sub btnLogin_Click(ByVal sender As Object, ByVal e As System.EventArgs) 'header' and combine the code under a single 'header' or how else to deal with the error?
Many thanks