TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
neel k
NA
143
136.4k
MVC 5 action link text change to image
Nov 26 2014 4:56 PM
hi all,
This is action links code in mvc 5. I need to add images instead of text. how to do.
@Html.Raw("<a onclick='MergeCustomer(" + item.customer_id + ", " + TempData["NewCustomerID"] + ")'>Merge</a>")
<span style=" color:black">|</span>
@Ajax.ActionLink("Compare", "_CompareCustomerDetails", new { ExistingCustomerId = item.customer_id, NewCustomerId = TempData["NewCustomerID"]}, new AjaxOptions()
{
HttpMethod = "Get",
UpdateTargetId = "divCustomerCompare",
InsertionMode = InsertionMode.Replace
//LoadingElementId = "Loading"
}, new { id = "lnkCompare"})
thanks
Reply
Answers (
0
)
How i can make template compatible with NOP Commerce
Jquery Dialog not working second time