Screen Capture Software

It is a very convenient tool for bloggers. When you write posts on your blog you need to capture and crop images from different sources - this tool is for you. Download Screen Capture Software

Tuesday, September 1, 2009

Using Image in Ajax.Actionlink of ASP.NET MVC

To use image instead of text in Ajax.Actionlink is not possible directly so we have to user indirect method for it.
Using Direct image

< %= Ajax.ActionLink("[Add]", "About", new AjaxOptions { }).Replace("[Add]", "< [img] src = \" ../../Content/add.jpg\ " alt = \"image\" / >" )% >


Using div

[< %=Ajax.ActionLink("[Add]", "About", new AjaxOptions { }).Replace("[Add]", "< class ="\">< /div >")% >]