/ Published in: ASP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<asp:Button ID="btnButton" OnClick="btnButton_OnClick" Text="Submit" Runat="server" /> Sub btnButton_OnClick(ByVal sender As Object, ByVal e As System.EventArgs) ' Enter Code End Sub