Anybody knows how to generate identity card using C# and crystal reports it's newbie here....
thanks in advance.....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Gopal MahadakPosted Jul 29, 2012, 6:54 AM
like name,address,DOB,DOJ,Designation
2)take that textbox values in to database by inserting them in database table...
3)in crystal report take fields of identity card like name,address,DOB,DOJ,Designation
4)design your report as per the card..
5)then in another c# form take crystal viewer control..
load that created report to the crystal viewer control....
6)then in first form on button click show the form having crystal viewer control..
finish..
hope u got...