print commands...
-
hi all.. here's the situation: i wanna print a grid view that has 4000 pages. is there any command that can print them at one go? i have button named "Print".. so when i click on the button, it will automatically "activate" my Print (ctrl+P).. so, what are the command to make this possible..? thanks for your help.. very much appreciated. -DarkangeL-
-
hi all.. here's the situation: i wanna print a grid view that has 4000 pages. is there any command that can print them at one go? i have button named "Print".. so when i click on the button, it will automatically "activate" my Print (ctrl+P).. so, what are the command to make this possible..? thanks for your help.. very much appreciated. -DarkangeL-
Hi, On body write the following code. Thanks Warm Regards Prakash-B
-
Hi, On body write the following code. Thanks Warm Regards Prakash-B
-
Hi, Use system.drawing.printing name space use the following code. private PrintDocument printDoc = new PrintDocument(); printDoc.print(); go through the following link http://www.ondotnet.com/pub/a/dotnet/2002/06/24/printing.html[^] Thanks Warm Regards Prakash-B