by Bar Zohan
21. January 2010 00:25
Mvc framework has an html helper for giving ajax links (Ajax.ActionLink), but it does not provide one like Ajax.ImageActionLink. But ofcourse there is a simple, tricky workaround .
<%= Ajax.ActionLink("[imglnk]", "IndexContent", new { id = "main" }, new AjaxOptions { UpdateTargetId = "Righ...
[More]