Hi all, I have defined a button called print when i click on it i want to get the printout of some data on that page.Can any one tell me how can i do it.I want this in asp as i am using asp. Thanks in advance.
Hi all, I have defined a button called print when i click on it i want to get the printout of some data on that page.Can any one tell me how can i do it.I want this in asp as i am using asp. Thanks in advance.
You need to define css styles for printable and non printable data. This can done by css media types. reference[^] To send the page to printer, use window.print() javascript command