Create and Print Web Documents

Discussion in 'ASP.NET 2.0' started by nbeliso, Feb 20, 2007.

  1. A customer of mine wants the website Ive setting up for them in DASP to now print 10different documents or forms. User would just select a Name from a dropdown box, thenthis name along with other corresponding data will fill in the header section of these documents. These documents are all different other than the header.
    Please does anyone know what are the differentoptions in duplicating these into webforms, what software oradd-ins are available for Visual Web Developer to create this type offunctionality. I am still new to the web design world though am an experienced VB & VBA developer.Any assistance would be appreciated.
    thanks.
     
  2. You can develop simple webform's yourself with all the form details stored in a database.What exactly do you mean by documents?Are these pre-existing documents ?You can also have a 'print out' version of the webform by modifying the CSS and have all the unnecessary sections of the page excluded See(http://www.codeproject.com/useritems/PrintPreview.asp) for the later part.

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     

Share This Page