Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have this form when i click on submit button my form data gets saved into sql server database but at same time when employee click on Print and Submit button how i can create print review & print file so that it can contain my content.
help me

this is link how my windows forms look

https://www.dropbox.com/s/80r69yj6yyqrnq4/printing.jpg
Posted

For printing you could create a CSS "for printing" based on what you have in the form. Then use window.print() javascript code. Look for these topics on the web, you'll get many entries.
You could also use some reporting tool like the free RDLC report format (http://www.gotreportviewer.com)
 
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