Printing WebForm - server-side system

  • Thread starter Thread starter Franck
  • Start date Start date
F

Franck

Hi,
Is it possible to extract all controls from a webform and print them ?

I'm currently trying to use a viewstate system but can't figure out how
to retrieve control position.

Thks for help.
 
Do you mean,

extract all content from the controls and print the content or print
the webform like a shot?

Marcus
 
I'd like to get content from labels, textbox, checkboxes, etc; keeping
positions if possible.
Printing the webform like a shot will bring problems when dealing with
datagrid and paging, right ?
 
Franck,

If you want to print all the content (the data) in a textform I would
suggest to
use a report generator tool (like Report Sharp-Shooter). Otherwise you
have to
create a html document with all the data at the same position on the
fly. But this could be
not very effective if you have large data.

Cheers,
Marcus
 

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