Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
Embed an image in Html.ActionLink
neel k
10y
491
1
Reply
hi,
This is my ActionLink in MVC 5
@
Ajax.ActionLink(
"Compare"
,
"_CompareCustomerDetails"
, new { ExistingCustomerId = item.customer_id, NewCustomerId =TempData["NewCustomerID"] }, new AjaxOptions()
{
HttpMethod =
"Get"
,
UpdateTargetId =
"divCustomerCompare"
,
InsertionMode =
InsertionMode
.Replace
},
new { id =
"lnkCompare"
})
In this I need to insert image instead of text (Compare). How can I do this.
Thanks.
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
linq query for join 2 collection
how to pick Id from given name in database Using linq query