help!!! (rather urgent)
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
i need to write a print function for visual studio 2005, using C# language. it is a website so i cant use "using System.window.form or window either" and java script is not allow in the my project. please help!!! -DarkangeL-
Printing from a browser is a function of the browser's application window... most modern browsers support window.print from javascript. If javascript is not allowed in the project, the users must print using the regular old print button (menu item) in the browser.