ok i'm new to bootstrap themes and all. I have downloaded a bootstrap template for the internet and trying to edit it for my personal project. I'm running it on asp.net framework. I want to add some action when a bootstrap button is clicked in the cs file but can't find the way. In the aspx file the button is declared as below:
<div class="form-group">
<button type="submit" name="login" class="btn btn-primary btn-lg" required="required">Log In</button>
</div>
now I want to write some code about what should happen when this button is clicked but can't figure out how to do.