Hi,
Bind (Populate) Repeater control with JSON object using jQuery AJAX in ASP.Net
Please follow the below link.
http://www.aspsnippets.com/Articles/Bind-Populate-Repeater-control-with-JSON-object-using-jQuery-AJAX-in-ASPNet.aspx
i have image path in database so i am getting image path here
$(".userimg", table).html(this.images); working fine
above image path i want to display in img tag below like this
<img src='<%#Eval("uploadimg")%' class="userimg"/>
but image is not showing ????