Posted on: 1/28/2014 2:03:16 PM | Views : 5838

I have been searching the internet for hours and can't seem to find a way to do what the title says.
I whould like if possible to add a glyphicon into the button body. Athough with normal html buttons or even asp linkButton
using the group-divs of bootstrap OR using it like this:
<asp:LinkButton ID="btn" runat="server" Text='<i aria-hidden="true" class="glyphicon glyphicon-cloud"></i> button' CssClass="btn btn-danger" />
And i am wondering if there is a way to do that also with the gridview button field, although i think that it will be the same with the normal asp:Button
(Im guessing using CSS and the :after option but i havent be able to find what exactly to do.)


Go to the complete details ...