Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am developing an ASP.Net application which contains electronic paperwork: I have an ASP.Net form for each type of paperwork form, the form's data is stored in an SQL Server database, and I have a report page for each form type (which echoes an individual form's data onto the page).

 

My current system is fine for viewing/printing forms one at a time, but the client wants to be able to print multiple forms clicking only one button (ie: print all forms filled out yesterday).

 

Since I already have individual ASPX pages for reporting each form type, I want to keep using them if possible. Is there a way to loop through and automatically print the appropriate page for each form returned in a query, or if not, is it possible to combine several ASP.Net forms onto a single web or MSWord document?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...