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
ancy chacko
NA
71
18.4k
Download image
Sep 28 2015 4:06 AM
How can i download images using html in asp.net.
Here is my sample code:
StringBuilder strBuilder = new StringBuilder();
strBuilder.Append("<img src='551.png' alt='' border='3' height='100' width='100'></img>");
strBuilder.Append("<table align='left' border='1' style='margin-left:0px; margin-top:0px' >".ToString());
strBuilder.Append("<tr>".ToString());
strBuilder.Append("<td colspan='2' style='width:100px;color:black'></td>".ToString());
strBuilder.Append("<td colspan='2' style='width:280px;color:black'><B>Hi</B><br/>" + Label13.Text + "</td>".ToString());
strBuilder.Append("</tr>".ToString());
strBuilder.Append("</table>".ToString());
Reply
Answers (
4
)
Fusion Tables Layer datapoints
System.Data.OptimisticConcurrencyException