shivkumar
August 9th, 2009, 05:11 AM
Hi experts,
I m new to ASP.NET. and using vb.net as a source code. I m working on a very small project. I need to fetch the data from database and based on the data in reader, I need to generate PDF documents. e.g. I have a database where students marks are stored as below.
Std name sub1 sub2 sub3 sub4
-------------------------------------------------------------
Some name1 40 41 35 45
Some name2 30 45 15 49
I want when user clicks on a button go generate mark sheets, one PDF file of two pages (since only two records in database) will be generated as below:
Name : Some Name1
-------------------------------
Subjects Marks
sub1 40
sub2 41
sub3 35
sub4 45
----------------------------------
Total 161
and one more and same page for some name2, so that when print command is given user can print all or selected pages from the pdf document.
Please any one help me. Thanks in advance.
I m new to ASP.NET. and using vb.net as a source code. I m working on a very small project. I need to fetch the data from database and based on the data in reader, I need to generate PDF documents. e.g. I have a database where students marks are stored as below.
Std name sub1 sub2 sub3 sub4
-------------------------------------------------------------
Some name1 40 41 35 45
Some name2 30 45 15 49
I want when user clicks on a button go generate mark sheets, one PDF file of two pages (since only two records in database) will be generated as below:
Name : Some Name1
-------------------------------
Subjects Marks
sub1 40
sub2 41
sub3 35
sub4 45
----------------------------------
Total 161
and one more and same page for some name2, so that when print command is given user can print all or selected pages from the pdf document.
Please any one help me. Thanks in advance.