TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gururaj Jewargi
NA
663
768.1k
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 ????
Reply
Answers (
1
)
how to retrieve image from database to aspx page
convert ascx to pdf