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
Rupesh Zambare
NA
32
5.4k
how to use img src attribute using datatable variable value
Aug 18 2017 3:43 AM
<img src=" '"' + [DOCLOC] + '"' " alt="" style="width: 155px;"/>
if (loop == 4)
{
contents = contents.Replace("[doc5]", dr["DocumentType"].ToString());
contents = contents.Replace("[uploadstatus5]", dr["DocumentType"].ToString() == "" ? "" : "Yes");
contents = contents.Replace("[DOCLOC]", dr["DocumentLocation"].ToString());
//contents = dr["DocumentLocation"].ToString();
//loop++;
}
Reply
Answers (
1
)
HOW TO INSERT, DELETE and UPDATE a record
ESSL time tracking connectivity using C#