How do I print current document or any string through printer using ASP.NET MVC 2 and C#?
1 Answer
How to trigger windows Print dialog from server side (asp.net)?
How can I pop-up a print dialog box using Javascript?
1 Comment
Axel Samyn
What would the steps be if after pressing a button, the files would have to be retrieved from the server before print dialog shows up ? Should you embed the files in html ? If so, how would you do that with ASP.NET ? if not, what's the way to do it ?