| Author: subba reddy 05 Feb 2008 | Member Level: Gold | Rating: Points: 2 |
if you want to print same aspx page with out images or button controls , only the data then try to search for
"<style media="print"> </style>" or contact me i will give the code
if you want to open new page and get only data into page and print it use
window.open()
In next page , write a Init() javascript and write javascript
"window.print();"
|