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
priya priya
NA
17
101.5k
convert HTML table into PDF file using c#.net
Sep 9 2009 5:16 AM
Hi I want to know how to convert HTML table into PDF file.If i give a html table format as follows:
<table>
<tr>
<td>Name<\td>
<td>Age<\td>
<td>City<\td>
<\tr>
<\table>
it should create a table in pdf.How to perform this using c#.net .Please help me
Thanks in advance
Reply
Answers (
11
)
can i add new column in table through gridview?
How do you deal with NAT when creating network applications?