|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Be the architects of evolution and help create the mobile internet future. It’s your move---enter to win here! |
|
#1
|
|||
|
|||
|
Hello there...
How can I print the Database results in ASP. So when user click the Print Button the Results printed on Printer... |
|
#2
|
|||
|
|||
|
Hi,
You cant actually print with ASP itself, but once you've outputted the results to the page, you can use JavaScripts window.print(); function to do so, like this: <script language="JavaScript"> function printIt() { window.print(); } </script> <body onLoad="printIt()"> |
|
#3
|
|||
|
|||
|
Hello
Actually I want to print out the results in the form of report... |
|
#4
|
|||
|
|||
|
then you should develop applications for windows.
Check out Delphi/C#/VB for it. Other option can be that you format records on the browse and print as mytch has already told. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > ASP Development > Printing in ASP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|