This is my ASP button:
<asp:Button ID="btnexexcel" runat="server" Text="Export to Excel" CssClass="btn icon-btn btn-info"
OnClick="btnexexcel_Click" ></asp:Button>
This is my Glyphicon:
<span aria-hidden="true" class="glyphicon btn-glyphicon glyphicon-share img-circle text-info"></span>
Can you guide me how to use it?