1

How do I print current document or any string through printer using ASP.NET MVC 2 and C#?

famousgarkin
  • 13,687
  • 5
  • 58
  • 74
Niket
  • 11
  • 3

1 Answers1

1

How to trigger windows Print dialog from server side (asp.net)?

How can I pop-up a print dialog box using Javascript?

javascript print without print dialog box

How can Print Preview be called from Javascript?

Community
  • 1
  • 1
Artem Koshelev
  • 10,548
  • 4
  • 36
  • 68
  • 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 ? – Axel Samyn Jan 27 '23 at 12:43