Receipt Printing without PreviewKundan Jha10yAsked Jul 12, 2016, 12:40 AM4.8k.NETHow To Print receipt without preview in Asp.net Web Application?
Nilesh Sawardekar10y agoPosted Jul 12, 2016, 10:29 AMIf your using crystal report thenReport.PrintToPrinter(1,True,1,10)elseshow us your code, will guide you accordingly.0
Vinay Singh10y agoPosted Jul 12, 2016, 7:24 AM Hitry this this will help youhttp://www.aspsnippets.com/Articles/Print-functionality-in-ASP.Net-GridView-control.aspx0
Kundan Jha10y agoPosted Jul 12, 2016, 6:44 AMThank you all for the suggestions.But i want print the receipt without any Save or Preview.I have to Fire Print Command directly to specific Printer.0
Vinay Singh10y agoPosted Jul 12, 2016, 2:57 AM HiTry the below linkhttps://msdn.microsoft.com/en-us/library/ms252091.aspxhttp://www.aspsnippets.com/Articles/Print-RDLC-Report-without-Print-Preview-using-JavaScript-in-ASPNet.aspxhttp://www.telerik.com/support/code-library/print-a-report-directly-at-client-side-without-displaying-it-in-an-asp-net-reportviewer0
KRkalu singh rao10y agoPosted Jul 12, 2016, 2:26 AMFor printing in asp.net you should css based printing, because it is easy and faster.0
Manas Mohapatra10y agoPosted Jul 12, 2016, 1:23 AMFollowing links may helpful to you: http://www.aspsnippets.com/Articles/Generate-Invoice-Bill-Receipt-PDF-from-database-in-ASPNet-using-C-and-VBNet.aspx http://www.codeproject.com/Tips/453871/Simple-Receipt-Like-Printing-Using-the-Csharp-Prin0
Nirav Daraniya10y agoPosted Jul 12, 2016, 12:59 AMHi,Below tutorials is for receipt printing using windows application but i think there is no more difference in windows ans web receive printing so check below link.http://www.c-sharpcorner.com/UploadFile/015c2d/ticket-generation-using-C-Sharp-in-net/ORhttp://niravdaraniya.blogspot.in/2013/07/ticket-generation-using-cnet.html-1
Nilesh SawardekarPosted Jul 12, 2016, 10:29 AM
Vinay SinghPosted Jul 12, 2016, 7:24 AM
Kundan JhaPosted Jul 12, 2016, 6:44 AM
Vinay SinghPosted Jul 12, 2016, 2:57 AM
kalu singh raoPosted Jul 12, 2016, 2:26 AM
Manas MohapatraPosted Jul 12, 2016, 1:23 AM
Nirav DaraniyaPosted Jul 12, 2016, 12:59 AM