Hi All,How can I refresh an img src with ajax. I use the CAPTCHAImageController in my project.It returns an gif image.<img id="guvenlikKodu" alt="CAPTCHA Image" src="<%=Url.Action("Index","CAPTCHAImage") %>" />I want to refresh the image with a link.How can I do this?Kind regardsAysegülImage controller:(http://weblogs.asp.net/karlapudi/archive/2008/05/13/custom-captcha-image-action-result-for-asp-net-mvc.aspx)
View Complete Post