Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Printing Web Form

    Hi,

    I have a web form, which has many text boxes and a few buttons. One of the
    button is to print the web form.

    Some of the text boxes are multi line. Due to screen space limitation the
    height of the multi line text boxes is not enough to display the whole text
    box's value on the screen. However, when I click on the print button I want
    to display the whole content of the text box. I tried to execute
    'document.print()' or 'window.print()' in client side script but it didn't
    print the whole content.

    Can anyone help me figure out how to do this or is there an example out
    there on the web?

    Thanks

    Yatin


    Yatin Bhuta Guest

  2. Similar Questions and Discussions

    1. Form Printing Application
      I've created an application to run as a background service on one of our machines here. The application polls the database for a form fill mailing...
    2. need help printing PDF using HTML form data
      I want to pass data from an html form to a database; then, I need to use that data to generate field data in a pdf file that our web users can print,...
    3. Printing Flash Form on the Web
      I have been developing an advanced flash form in coldfusion for about 2 weeks. I just noticed that this form will not print from the web. I have...
    4. Printing of form script
      I'm looking voor a script to print the results of a form. The printed result must be formed like a letter with result within the sentences, not just...
    5. printing of a form
      Hi forum Can I somehow tell DW to print just the selected form (filled by visitor) ? thanx in advance mhaza
  3. #2

    Default Re: Printing Web Form

    most site supply a printer friendly version of the page, where the textbox
    are rendered as plain html

    -- bruce (sqlwork.com)



    "Yatin Bhuta" <ybuhta@comcast.net> wrote in message
    news:txYVa.22626$o%2.12643@sccrnsc02...
    > Hi,
    >
    > I have a web form, which has many text boxes and a few buttons. One of the
    > button is to print the web form.
    >
    > Some of the text boxes are multi line. Due to screen space limitation the
    > height of the multi line text boxes is not enough to display the whole
    text
    > box's value on the screen. However, when I click on the print button I
    want
    > to display the whole content of the text box. I tried to execute
    > 'document.print()' or 'window.print()' in client side script but it didn't
    > print the whole content.
    >
    > Can anyone help me figure out how to do this or is there an example out
    > there on the web?
    >
    > Thanks
    >
    > Yatin
    >
    >

    bruce barker Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139