Button Submission in Code Behind for ASP.NET 3.5


/ Published in: ASP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <asp:Button ID="btnButton" OnClick="btnButton_OnClick" Text="Submit" Runat="server" />
  2.  
  3.  
  4. Sub btnButton_OnClick(ByVal sender As Object, ByVal e As System.EventArgs)
  5.  
  6. ' Enter Code
  7.  
  8. End Sub

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.