Printing Web Control

  • Thread starter Thread starter T.
  • Start date Start date
T

T.

Hi,

I have a web control that sits on a web form. I would like to give the user
the ability to press a button, and print only what is on the control instead
of the entire page. Is that possible? If so, can someone point me in the
right direction for code samples?

Thanks.
 
the simplest is to popup a browser window with just the uc content. this
also allows additional formating to make it pretty for print.

-- bruce (sqlwork.com)
 

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