printing problems..
-
hi all.. here's the situation:- i am using ASP .NET 2.0, Microsoft Visual Studio 2005, Language = C#. when i execute and run a page, i have a datagrid being displayed and a button, named "Print". What i want to do is, when i click on the "Print" Button, i want to print the datagrid without using windows.form and without using javascript. does anyone here knows the code to it..? thanks very much for your help.. -DarkangeL-
-
hi all.. here's the situation:- i am using ASP .NET 2.0, Microsoft Visual Studio 2005, Language = C#. when i execute and run a page, i have a datagrid being displayed and a button, named "Print". What i want to do is, when i click on the "Print" Button, i want to print the datagrid without using windows.form and without using javascript. does anyone here knows the code to it..? thanks very much for your help.. -DarkangeL-
-
Then you have to create an ActiveX component that will print what you want, and add that to the page when you want to print it. --- b { font-weight: normal; }
-
hi all.. here's the situation:- i am using ASP .NET 2.0, Microsoft Visual Studio 2005, Language = C#. when i execute and run a page, i have a datagrid being displayed and a button, named "Print". What i want to do is, when i click on the "Print" Button, i want to print the datagrid without using windows.form and without using javascript. does anyone here knows the code to it..? thanks very much for your help.. -DarkangeL-
Use JavaScript:
window.print();
If you want to print only the grid than place it in iframe window.
43 68 65 65 72 73 2c 4d 69 63 68 61 65 6c