Click here to Skip to main content
15,868,306 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am making a application software of exam hall ticket or admit card for my engineering college. I want to print every students admit card at once no need to change there roll no. everything is in database i can print one by one but i want to print all with the changes of only roll no, name and there photos automatically.

so pls help me with code.
Posted
Comments
OriginalGriff 19-Mar-13 4:03am    
And?
What have you tried? Where are you stuck?

Hello Kundan,

Since all information is in the database why not try a report writer tool. If you are using SQL Server then you can use SQL Server Reporting Service, or Crystal Reports, or Jasper Reports. There are nice articles on this very site, of which I am specifying a few.

Regards,
 
Share this answer
 
try using .Net reports or crystalReports.
you can get help on http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-tutorial.htm[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900