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
Archit Shrivastava
NA
416
117.3k
background image in stringbuilder table
Sep 3 2018 6:00 AM
how to add background image in string builder table.
here my code sample
StringBuilder sb = new StringBuilder();
sb.Append("<table border=1 width = 400 );
sb.Append("<tr width = 20><td width=7% height = 50% width=70% rowspan =4 > </td><td >"+(Reg)+"</td></tr>");
sb.Append("<tr><td>"+(name)+"</td></tr>");
sb.Append("<tr><td>" + (rank) + " </td></tr>");
sb.Append("<tr><td>" + (Aadhar) + " </td></tr>");
sb.Append("</table>");
here iwant to add image in table background .
Reply
Answers (
3
)
how to add dynamic image to table cell
Want to create WPF in MVVM pattern