asp.net2.0, how to print part of the page?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

Suppose I have a table in the page. Now I want to print the table only,
don't print any other contents in the page. Is it possible?

Thanks in advance.
 
Now I want to print the table only
look into css media; by specifying separate css for print media, you
can set the visibility (i.e. display:none) against the bits you don't
want to print.

Marc
 

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

Back
Top