Click here to Skip to main content
15,890,825 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
dear friends,

I have designed a grid in mvc... that grid have columns and edit update delete links.. i need to set icon for edit update and delete links.. but i have link like this:

.RenderValueAs(c =>Html.ActionLink("Edit", "Edit", new { MRNo = c.MRNo }));

how to set icon for this:

What I have tried:

For eg:

HTML
<a href="#" class="add btn btn-warning btn-sm" data-user="my"><i class="fa fa-plus"></i></a>
Posted
Updated 28-Nov-16 16:49pm
v2

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900