How do I print current document or any string through printer using ASP.NET MVC 2 and C#?
Asked
Active
Viewed 1,441 times
1
-
On which printer? Client computer's or server? – Darin Dimitrov Feb 16 '11 at 06:41
1 Answers
1
How to trigger windows Print dialog from server side (asp.net)?
How can I pop-up a print dialog box using 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