Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
How to print invoice directly in ASP.NET using C#?
Jalal Sufi
8y
289
1
Reply
I am currently working on asp.net c# Project on POS(Point Of Sale). i am using javascript function on page load but it populate print dialogue box in google chrome. This is my page load javascript function.
Hide
Copy Code
<
script
type
="
text/javascript"
>
window.onload =
function
() { window.print(); }
</
script
>
I dont want this google chrome print dialog box. how can in print invoice directly on button click...I am stuck at this point. I try my best but did not find. Anyone help regarding this problem. Please help me out
What I have tried:
i used javascipt function. i want some c# function which directly print the invoice.
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
how to convert .html file to excel in C# windows app
how to get google drive space in c#