Click here to Skip to main content
15,890,579 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi Everyone!

Here I am again needing your expertise. I have an online examination system. I am done with all the data entry and computation and such. Now my problem is:

What approach will I take once they hit submit button, they should be able to see a certificate with below format:


Certificate of Completion
is hereby granted to
[Name of Examinee]
for completing the
contract management training

Now the thing is, there are designs I need to include so I cannot just create an aspx page and use session to get the username inputted in the other aspx page.

Should I use crystal report? report viewer? A simple .aspx page would suffice?

I tried a simple .aspx page but when I tried to insert a background image (of the certificate border) it doesn't allow me to put texts or labels on top of it.

Thank you so much and my apologies for the long description of what I need help with.

Have a great dat y'all!
Posted
Comments
coded007 12-Jan-15 10:52am    
you can use Crystal Report for this
serigraphie 12-Jan-15 11:04am    
Thank you, how do I carry the username inputted from the exam.aspx page textbox and display it in the crystal report then?
coded007 13-Jan-15 0:51am    
you can maintain username with State management techniques.

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