I want to display a integer into a img tag, this is my code:
<img src="@Url.Content("~/Content/Images/icons/Circle_White.png")" alt="Alternate Text" style="position:absolute;" />
@Html.ActionLink("ViewCommand", "ViewCommand", "Work")

now I want to display my integer into the circle, can someone help me??? Thanks
Create a div for this,
~/Content/Images/icons/Circle_White.pngThis is one of the way I know