V
VB Programmer
For some reason all of a sudden my button on my webform doesn't run it's
code. I have checked that the "runat=server" and that the "Handles
cmdButton.click" is at the end of the sub. Any ideas? (Using 2.0)
Here's part of my html...
:
:
</table><br />
<asp:Button ID="cmdSave" runat="server" Text="Save Profile" />
</asp:Content>
Here's the sub definition...
Protected Sub cmdSave_Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles cmdSave.Click
Any ideas?
Thanks!
code. I have checked that the "runat=server" and that the "Handles
cmdButton.click" is at the end of the sub. Any ideas? (Using 2.0)
Here's part of my html...
:
:
</table><br />
<asp:Button ID="cmdSave" runat="server" Text="Save Profile" />
</asp:Content>
Here's the sub definition...
Protected Sub cmdSave_Click(ByVal sender As Object, ByVal e As
System.EventArgs) Handles cmdSave.Click
Any ideas?
Thanks!