Click to See Complete Forum and Search --> : Print View data


gubendran
01-09-2003, 03:00 AM
Hi,
I am accessing some data from server ,those data wants to print like print view method , it should remove unwanted data and can print only data. i am trying out for that. but i am getting without data in print view when i click printview button .
if any new code get me.

thank u

Bullschmidt
01-09-2003, 01:04 PM
o In an included .css file:

@media print {
.cssclsNoPrint {display:none}
}

o And then in a button you don't want to show up on a printout:

<input type="submit" name="btnContinue" value="Continue" class="cssclsNoPrint">