Gururaj Jewargi

Gururaj Jewargi

  • NA
  • 663
  • 746.2k

Repeater control with fetch image path into img src

Nov 4 2016 5:51 AM
 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 ????
 
 

Answers (1)