Ask a Question related to ASP.NET General, Design and Development.
-
Yatin Bhuta #1
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
-
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... -
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,... -
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... -
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... -
printing of a form
Hi forum Can I somehow tell DW to print just the selected form (filled by visitor) ? thanx in advance mhaza -
bruce barker #2
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...text> 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 wholewant> box's value on the screen. However, when I click on the print button I> 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



Reply With Quote

