TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Jalal Sufi
NA
1
2.7k
How to print invoice directly in ASP.NET using C#?
Jul 25 2016 7:51 AM
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.
Reply
Answers (
1
)
how to convert .html file to excel in C# windows app
how to get google drive space in c#