Well, how to create picture link like this up or down votes (on the left) from link below? (ajax enabled link)
<%= Ajax.ActionLink("Vote!",
"AddPictureVote",
"Vote",
new {id = Model.PictureId},
new AjaxOptions{UpdateTargetId = "addvote"})%>