Problem printing asp.net web pages

E

eric_caron_31

Hi here's my problem,

I have an asp.net page in which i have a calendar control to select a
date. In this page I also have an table to display result of my query.
My problem is that I want to print page but not print calendar and
"Calc" button. Is it possible to do this ?

Is it possible to print only one column of my table ?

Thanks
 
H

Hans Kesting

Hi here's my problem,

I have an asp.net page in which i have a calendar control to select a
date. In this page I also have an table to display result of my query.
My problem is that I want to print page but not print calendar and
"Calc" button. Is it possible to do this ?

Is it possible to print only one column of my table ?

Thanks

There are stylesheet settings to prevent printing.
Something like

@media print {
..calendarclass { display:none; }
}

Hans Kesting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top